enable REST endpoints

This commit is contained in:
Emily 2020-10-24 15:02:14 +11:00
parent f86e7fe72f
commit 34c7e37c72

View file

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