From 30b864b4c63b904b9a872d2c34875a08d48bf299 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Wed, 1 Mar 2023 13:10:14 +0700 Subject: [PATCH] little chat fix --- config.js | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/config.js b/config.js index 769a1f3..6992707 100644 --- a/config.js +++ b/config.js @@ -2,8 +2,8 @@ module.exports = { version: '1.19.2', prefixes: [ '*', - 'cbot ', - '/cbot ' + 'devcbot ', + '/devcbot ' ], 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: false, + useChat: true, 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: 'sus.shhnowisnottheti.me', + // host: 'play.kaboom.pw', // port: 25565, // kaboom: true, // logging: true // }, + // R.I.P ayunboom { - host: 'kitsune.icu', + host: 'sus.shhnowisnottheti.me', port: 25565, - kaboom: true, - logging: false - }, - { - host: 'play.chipmunk.land', - port: 25565, - kaboom: true, - logging: true - }, - { - host: 'chayapak.chipmunk.land', - port: 25565, - kaboom: true, + kaboom: false, 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 + // } ] }