diff --git a/commands/rp/cafune.js b/commands/rp/cafune.js index 589d6b8..a982d4a 100644 --- a/commands/rp/cafune.js +++ b/commands/rp/cafune.js @@ -22,6 +22,12 @@ module.exports = { }); } + if (user.user.bot) { + return interaction.reply({ + content: 'Você não pode interagir com um bot.', + }); + } + const friendshipID = Number(user.user.id) + Number(interaction.user.id); const randomPoints = Math.floor(Math.random() * (260 - 60 + 1)) + 60;