diff --git a/config.js b/config.js index 6992707..769a1f3 100644 --- a/config.js +++ b/config.js @@ -2,8 +2,8 @@ module.exports = { version: '1.19.2', prefixes: [ '*', - 'devcbot ', - '/devcbot ' + 'cbot ', + '/cbot ' ], commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../ keys: { @@ -16,7 +16,7 @@ module.exports = { }, console: true, chat: { - useChat: true, + useChat: false, messageLength: 100 }, core: { @@ -73,36 +73,36 @@ module.exports = { }, servers: [ // logging means log to console + { + host: 'play.kaboom.pw', + port: 25565, + kaboom: true, + logging: true + }, + // R.I.P ayunboom // { - // host: 'play.kaboom.pw', + // host: 'sus.shhnowisnottheti.me', // port: 25565, // kaboom: true, // logging: true // }, - // R.I.P ayunboom { - host: 'sus.shhnowisnottheti.me', + host: 'kitsune.icu', port: 25565, - kaboom: false, + kaboom: true, + logging: false + }, + { + host: 'play.chipmunk.land', + port: 25565, + kaboom: true, + logging: true + }, + { + host: 'chayapak.chipmunk.land', + port: 25565, + kaboom: true, logging: true } - // { - // host: 'kitsune.icu', - // port: 25565, - // kaboom: true, - // logging: false - // }, - // { - // host: 'play.chipmunk.land', - // port: 25565, - // kaboom: true, - // logging: true - // }, - // { - // host: 'chayapak.chipmunk.land', - // port: 25565, - // kaboom: true, - // logging: true - // } ] }