forked from Supositware/Haha-Yes
fix intents
This commit is contained in:
parent
02a858bf48
commit
45b97f07e2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -23,7 +23,7 @@ class hahaYesClient extends AkairoClient {
|
||||||
}, {
|
}, {
|
||||||
partials: ['MESSAGE'],
|
partials: ['MESSAGE'],
|
||||||
disableMentions: 'everyone',
|
disableMentions: 'everyone',
|
||||||
ws: { intents: intents }
|
intents: intents
|
||||||
});
|
});
|
||||||
|
|
||||||
this.commandHandler = new CommandHandler(this, {
|
this.commandHandler = new CommandHandler(this, {
|
||||||
|
|
Loading…
Reference in a new issue