mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
i forgor
This commit is contained in:
parent
5d2a06b424
commit
d03e2d2300
1 changed files with 28 additions and 28 deletions
56
config.js
56
config.js
|
@ -1,9 +1,9 @@
|
|||
module.exports = {
|
||||
version: '1.19.2',
|
||||
prefixes: [
|
||||
'd*',
|
||||
'devcbot ',
|
||||
'/devcbot '
|
||||
'*',
|
||||
'cbot ',
|
||||
'/cbot '
|
||||
],
|
||||
commandsDir: '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
|
||||
keys: {
|
||||
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
'192.168.1.103': '1002806756885413978',
|
||||
'kitsune.icu': '1004006678460637315',
|
||||
'fallback.kitsune.icu': '1050764247518412850',
|
||||
'chayapak.chipmunk.land': '1079331774783574116',
|
||||
'chayapak.chipmunk.land': '1010734897796763758',
|
||||
'play.chipmunk.land': '1042590315464364032',
|
||||
'mcslot.eu': '1057090538404323338'
|
||||
},
|
||||
|
@ -73,30 +73,30 @@ module.exports = {
|
|||
},
|
||||
servers: [
|
||||
// logging means log to console
|
||||
// {
|
||||
// host: 'play.kaboom.pw',
|
||||
// port: 25565,
|
||||
// kaboom: true,
|
||||
// logging: true
|
||||
// },
|
||||
// {
|
||||
// host: 'sus.shhnowisnottheti.me',
|
||||
// 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: 'play.kaboom.pw',
|
||||
port: 25565,
|
||||
kaboom: true,
|
||||
logging: true
|
||||
},
|
||||
{
|
||||
host: 'sus.shhnowisnottheti.me',
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue