Possible fix for 'NOT ON SERVER'

master
Miikka Virtanen 2017-08-03 21:32:16 +03:00
parent 9b3cce1694
commit 3b33cde517
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ const bot = new Eris.CommandClient(config.token, {}, {
ignoreSelf: true,
ignoreBots: true,
defaultHelpCommand: false,
getAllUsers: true,
defaultCommandOptions: {
caseInsensitive: true,
},