Merge branch 'Akhawais-config-fix'

master
Dragory 2018-09-20 22:09:53 +03:00
commit 8d475609fb
1 changed files with 3 additions and 2 deletions

View File

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