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 = {
|
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,
|
||||||
|
|
Loading…
Reference in a new issue