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