if(cmd === `${prefix}yumrukat`) { let mesaj = args.slice(0).join(' '); let resim = ["https://media1.tenor.com/images/4586b72e5e36fec52202b9c42d8b8dd6/tenor.gif", "https://media.giphy.com/media/ZZsSZ0R9pnzeo/giphy.gif", "http://media.giphy.com/media/LI8IW6561s9pu/giphy.gif", "https://media.giphy.com/media/fO1c8eUlcx2bS/giphy.gif"]; let result = Math.floor((Math.random() * resim.length)); if (mesaj.length < 1) return message.channel.send(':warning: Yumruk atacağın kişiyi etiketlemelisin. Örnek ``8!yumrukat @832 BOT``'); const embed = new Discord.RichEmbed() .setAuthor('') .setColor("#990000") .setDescription(`${mesaj}` + message.author.username + ' isimli kullanıcıya yumruk attı.') .setImage(`${resim[result]}`) .setFooter(`${message.author.username} tarafından istendi.`); message.channel.sendEmbed(embed); }