forked from Supositware/Haha-Yes
fetchAllMmebers
This commit is contained in:
parent
4190fb53c2
commit
1eb2180ce7
1 changed files with 4 additions and 3 deletions
7
index.js
7
index.js
|
@ -17,8 +17,9 @@ class hahaYesClient extends AkairoClient {
|
|||
}
|
||||
}
|
||||
}, {
|
||||
partials: ['MESSAGE'],
|
||||
disableMentions: 'everyone'
|
||||
partials: ['MESSAGE', 'REACTION'],
|
||||
disableMentions: 'everyone',
|
||||
fetchAllMembers: true,
|
||||
});
|
||||
|
||||
this.commandHandler = new CommandHandler(this, {
|
||||
|
@ -70,4 +71,4 @@ class hahaYesClient extends AkairoClient {
|
|||
}
|
||||
|
||||
const client = new hahaYesClient();
|
||||
client.login(token);
|
||||
client.login(token);
|
Loading…
Reference in a new issue