From 2a56cff88b95351e4c052a9c4078f3b1ed52f7bc Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Wed, 1 Mar 2023 13:10:39 +0700 Subject: [PATCH] s --- config.js | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) 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 - // } ] }