mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54:55 -05:00
add comment
This commit is contained in:
parent
0712f78ce4
commit
a477b828b1
1 changed files with 1 additions and 6 deletions
|
@ -70,6 +70,7 @@ module.exports = {
|
||||||
prefix: '!'
|
prefix: '!'
|
||||||
},
|
},
|
||||||
servers: [
|
servers: [
|
||||||
|
// logging means log to console
|
||||||
{
|
{
|
||||||
host: 'play.kaboom.pw',
|
host: 'play.kaboom.pw',
|
||||||
port: 25565,
|
port: 25565,
|
||||||
|
@ -88,12 +89,6 @@ module.exports = {
|
||||||
kaboom: true,
|
kaboom: true,
|
||||||
logging: true
|
logging: true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
host: 'fallback.kitsune.icu',
|
|
||||||
port: 25565,
|
|
||||||
kaboom: true,
|
|
||||||
logging: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
host: 'real.chipmunk.land',
|
host: 'real.chipmunk.land',
|
||||||
port: 25565,
|
port: 25565,
|
||||||
|
|
Loading…
Reference in a new issue