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, {
|
const client = new WoomyClient(config.token, {
|
||||||
maxShards: 'auto',
|
maxShards: 'auto',
|
||||||
restMode: true,
|
restMode: true,
|
||||||
//getAllUsers: true,
|
getAllUsers: true,
|
||||||
defaultImageSize: 2048,
|
defaultImageSize: 2048,
|
||||||
intents: [
|
intents: [
|
||||||
'guilds',
|
'guilds',
|
||||||
|
|
Loading…
Reference in a new issue