Dertli
Discord botu eğlence modu
0
94
  • 0 Oy - 0 Ortalama
  • 1
  • 2
  • 3
  • 4
  • 5
Bu konuyu görüntüleyen kullanıcı(lar):1 Ziyaretçi
Şuan İzinli!
Şuan İzinli!
Dertli
Platin Üye
  • Konular2
  • Mesajlar4
  • Rep puanı 0
if(args[0] === "Eğlence" || args[0] === "eğlence" || args[0] === "Fun" || args[0] === "fun") {
   let Eğlence = new Discord.EmbedBuilder()
   .setAuthor({ name: 'Eğlence', iconURL: `${message.author.displayAvatarURL()}`, url: 'https://discord.gg/' })
   .setColor('#2667FF')
   .setDescription(client.commands.filter(cmd => cmd.conf.kategori === 'Eğlence').map(cmd => `:white_small_square: - **${prefix}${cmd.help.name}** ${cmd.help.description}`).join("\n "))
  .setFooter({ text: `Bu komutu kullanan kullanıcı ${message.author.tag}` , iconURL: `${message.author.displayAvatarURL()}` });
        return message.channel.send({embeds : [Eğlence]});
 
     
           return;
  }
Bunu ilk beğenen sen ol.


Foruma Git: