diff --git a/utils/client.js b/utils/client.js index a6f8c8b..87f771c 100644 --- a/utils/client.js +++ b/utils/client.js @@ -13,6 +13,10 @@ const client = new Client(process.env.TOKEN, { GUILD_ROLE_UPDATE: true, TYPING_START: true }, - maxShards: "auto" + maxShards: "auto", + allowedMentions: { + everyone: false, + roles: false + } }); module.exports = client;