enable caching of all users at startup
This commit is contained in:
parent
4f9740d4d0
commit
f045364134
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class WoomyClient extends Eris.Client {
|
|||
const client = new WoomyClient(config.token, {
|
||||
maxShards: 'auto',
|
||||
restMode: true,
|
||||
//getAllUsers: true,
|
||||
getAllUsers: true,
|
||||
defaultImageSize: 2048,
|
||||
intents: [
|
||||
'guilds',
|
||||
|
|
Loading…
Reference in a new issue