diff --git a/commands/bot control/ping.js b/commands/bot control/ping.js index 5764b2f..2a539dd 100644 --- a/commands/bot control/ping.js +++ b/commands/bot control/ping.js @@ -18,6 +18,7 @@ module.exports = { const sentMessage = await message.reply({ content: `La latence est de : ${client.ws.ping}`, components: [row], + allowedMentions: { repliedUser: false }, });