forked from Supositware/Haha-Yes
remove fetchAllmembers
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
c85fc872ab
commit
7d0a7f6873
1 changed files with 1 additions and 2 deletions
3
index.js
3
index.js
|
@ -23,8 +23,7 @@ class hahaYesClient extends AkairoClient {
|
|||
}, {
|
||||
partials: ['MESSAGE'],
|
||||
disableMentions: 'everyone',
|
||||
ws: { intents: intents },
|
||||
fetchAllMembers: true
|
||||
ws: { intents: intents }
|
||||
});
|
||||
|
||||
this.commandHandler = new CommandHandler(this, {
|
||||
|
|
Loading…
Reference in a new issue