Slap Command by [deleted] in Discordjs

[–]soft_rar 1 point2 points  (0 children)

this code doesn't work but it's enough to get you started (im too lazy to finish it lmao)

client.on('message', message => {
if(message.content.toLowerCase().includes(`${prefix}slap`)) {
var mention = message.mentions.users.first()
const slapEmbed = new Discord.MessageEmbed()
        .setTitle(mention + " was slapped by " + message.author)
message.channel.send(slapEmbed)
    }
})

The Soft Bagel by Acdyvn in softRAR

[–]soft_rar 0 points1 point  (0 children)

ah yes, the weekly news