From d1feba1f366564ecedb5e169a16804e3d1944434 Mon Sep 17 00:00:00 2001 From: *x1 Date: Mon, 27 May 2024 00:39:38 +0200 Subject: [PATCH] update => allowedMentions: { repliedUser: false } --- commands/bot control/ping.js | 1 + 1 file changed, 1 insertion(+) 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 }, });