forked from Supositware/Haha-Yes
Change the @everyone thing
This commit is contained in:
parent
880c3a24a8
commit
4190fb53c2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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, {
|
||||||
|
|
Loading…
Reference in a new issue