This commit is contained in:
ChomeNS 2023-02-26 16:51:08 +07:00
parent 5d2a06b424
commit d03e2d2300

View file

@ -1,9 +1,9 @@
module.exports = { module.exports = {
version: '1.19.2', version: '1.19.2',
prefixes: [ prefixes: [
'd*', '*',
'devcbot ', 'cbot ',
'/devcbot ' '/cbot '
], ],
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../ commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
keys: { keys: {
@ -61,7 +61,7 @@ module.exports = {
'192.168.1.103': '1002806756885413978', '192.168.1.103': '1002806756885413978',
'kitsune.icu': '1004006678460637315', 'kitsune.icu': '1004006678460637315',
'fallback.kitsune.icu': '1050764247518412850', 'fallback.kitsune.icu': '1050764247518412850',
'chayapak.chipmunk.land': '1079331774783574116', 'chayapak.chipmunk.land': '1010734897796763758',
'play.chipmunk.land': '1042590315464364032', 'play.chipmunk.land': '1042590315464364032',
'mcslot.eu': '1057090538404323338' 'mcslot.eu': '1057090538404323338'
}, },
@ -73,30 +73,30 @@ module.exports = {
}, },
servers: [ servers: [
// logging means log to console // logging means log to console
// { {
// host: 'play.kaboom.pw', host: 'play.kaboom.pw',
// port: 25565, port: 25565,
// kaboom: true, kaboom: true,
// logging: true logging: true
// }, },
// { {
// host: 'sus.shhnowisnottheti.me', host: 'sus.shhnowisnottheti.me',
// port: 25565, port: 25565,
// kaboom: true, kaboom: true,
// logging: true logging: true
// }, },
// { {
// host: 'kitsune.icu', host: 'kitsune.icu',
// port: 25565, port: 25565,
// kaboom: true, kaboom: true,
// logging: false logging: false
// }, },
// { {
// host: 'play.chipmunk.land', host: 'play.chipmunk.land',
// port: 25565, port: 25565,
// kaboom: true, kaboom: true,
// logging: true logging: true
// }, },
{ {
host: 'chayapak.chipmunk.land', host: 'chayapak.chipmunk.land',
port: 25565, port: 25565,