wow thanks eris for not blocking these by default

This commit is contained in:
TheEssem 2021-03-16 10:33:16 -05:00
parent 4c83c55344
commit b0313bc041

View file

@ -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;