Merge branch 'config-fix' of https://github.com/Akhawais/modmailbot into Akhawais-config-fix
commit
a8822ea002
|
@ -1,12 +1,13 @@
|
|||
const Eris = require('eris');
|
||||
const config = require('./config');
|
||||
|
||||
const bot = new Eris.CommandClient(config.token, {}, {
|
||||
const bot = new Eris.CommandClient(config.token, {
|
||||
getAllUsers: true,
|
||||
}, {
|
||||
prefix: config.prefix,
|
||||
ignoreSelf: true,
|
||||
ignoreBots: true,
|
||||
defaultHelpCommand: false,
|
||||
getAllUsers: true,
|
||||
defaultCommandOptions: {
|
||||
caseInsensitive: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue