update => allowedMentions: { repliedUser: false }

This commit is contained in:
*x1
2024-05-27 00:39:38 +02:00
parent 2ad6c2311f
commit d1feba1f36
+1
View File
@@ -18,6 +18,7 @@ module.exports = {
const sentMessage = await message.reply({
content: `La latence est de : ${client.ws.ping}`,
components: [row],
allowedMentions: { repliedUser: false },
});