3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

Disable mentions by default

This commit is contained in:
Dragory 2021-04-10 23:37:55 +03:00
parent d10adc5a3e
commit 93d1c81685

View file

@ -156,6 +156,13 @@ connect().then(async () => {
restMode: true, restMode: true,
compress: false, compress: false,
guildCreateTimeout: 0, guildCreateTimeout: 0,
// Disable mentions by default
allowedMentions: {
everyone: false,
users: false,
roles: false,
repliedUser: false,
},
intents: [ intents: [
// Privileged // Privileged
"guildMembers", "guildMembers",