fetchAllMmebers

This commit is contained in:
loicbersier 2020-11-05 14:45:16 +01:00
parent 4190fb53c2
commit 1eb2180ce7

View file

@ -17,8 +17,9 @@ class hahaYesClient extends AkairoClient {
} }
} }
}, { }, {
partials: ['MESSAGE'], partials: ['MESSAGE', 'REACTION'],
disableMentions: 'everyone' disableMentions: 'everyone',
fetchAllMembers: true,
}); });
this.commandHandler = new CommandHandler(this, { this.commandHandler = new CommandHandler(this, {