Possible fix for 'NOT ON SERVER'
parent
9b3cce1694
commit
3b33cde517
|
@ -21,6 +21,7 @@ const bot = new Eris.CommandClient(config.token, {}, {
|
||||||
ignoreSelf: true,
|
ignoreSelf: true,
|
||||||
ignoreBots: true,
|
ignoreBots: true,
|
||||||
defaultHelpCommand: false,
|
defaultHelpCommand: false,
|
||||||
|
getAllUsers: true,
|
||||||
defaultCommandOptions: {
|
defaultCommandOptions: {
|
||||||
caseInsensitive: true,
|
caseInsensitive: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue