- TastyFox#0008
- Katılım
- 12 Ocak 2022
- Mesajlar
- 46
- Tepkime puanı
- 23
JavaScript:
const Discord = require("discord.js");
const client = new Discord.Client();
//Tasty Code
exports.run = async (client, msg, args) => {
msg.reply(new Discord.MessageEmbed().setDescription("**Discord:** [:arrow_upper_right:](DC LİNKİNİZ)\n\n**Mesaj:** [:arrow_upper_left:](DC LİNKİNİZ)"));
}
exports.conf = {
aliases: []
};
exports.help = {
name : "bağlantılıemoji"
};