diff --git a/src/bot.js b/src/bot.js index 5dedf02..a8e8efb 100644 --- a/src/bot.js +++ b/src/bot.js @@ -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, },