enable REST endpoints
This commit is contained in:
parent
f86e7fe72f
commit
34c7e37c72
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ class WoomyClient extends Eris.Client {
|
|||
// Initialize our client
|
||||
const client = new WoomyClient(config.token, {
|
||||
maxShards: 'auto',
|
||||
restMode: true,
|
||||
//getAllUsers: true,
|
||||
defaultImageSize: 2048,
|
||||
intents: [
|
||||
'guilds',
|
||||
|
|
Loading…
Reference in a new issue