- ! God Of Asta#0001
- Katılım
- 11 Eyl 2022
- Mesajlar
- 6
- Tepkime puanı
- 0
- Şehir
- Bitlis
baya uğraştım fakat bu sorunun çözümünü bulamadım yardımcı olabilirmisinz?
komut :
const Discord = require('discord.js');
module.exports.run = async (Octopus, message, args) => {
let msg = await message.channel.send("Sunucu IP : connect ");
let msg1 = await message.channel.send("TS IP : agcommunity");
let msg2 = await message.channel.send("YURTDISI TS IP : agcommunityyurtdışı");
let testembed = new Discord.RichEmbed()
.setColor("0xe2ff00")
.setDescription("NineV İyi Roller Diler.")
message.channel.send(testembed);
};
exports.conf = {
enabled: false,
guildOnly: false,
aliases: ['t'],
permLevel: 0,
kategori:"yapımcı"
};
exports.help = {
name: 'ip',
description: 'taslak',
usage: 'ip'
};
komut :
const Discord = require('discord.js');
module.exports.run = async (Octopus, message, args) => {
let msg = await message.channel.send("Sunucu IP : connect ");
let msg1 = await message.channel.send("TS IP : agcommunity");
let msg2 = await message.channel.send("YURTDISI TS IP : agcommunityyurtdışı");
let testembed = new Discord.RichEmbed()
.setColor("0xe2ff00")
.setDescription("NineV İyi Roller Diler.")
message.channel.send(testembed);
};
exports.conf = {
enabled: false,
guildOnly: false,
aliases: ['t'],
permLevel: 0,
kategori:"yapımcı"
};
exports.help = {
name: 'ip',
description: 'taslak',
usage: 'ip'
};