enable caching of all users at startup

This commit is contained in:
Emily 2020-10-24 16:40:04 +11:00
parent 4f9740d4d0
commit f045364134

View file

@ -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',