Change the @everyone thing

This commit is contained in:
loicbersier 2020-11-05 14:11:56 +01:00
parent 880c3a24a8
commit 4190fb53c2

View file

@ -18,7 +18,7 @@ class hahaYesClient extends AkairoClient {
} }
}, { }, {
partials: ['MESSAGE'], partials: ['MESSAGE'],
disableEveryone: true disableMentions: 'everyone'
}); });
this.commandHandler = new CommandHandler(this, { this.commandHandler = new CommandHandler(this, {