mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 18:54:55 -05:00
47 lines
1 KiB
JavaScript
47 lines
1 KiB
JavaScript
/* eslint-disable max-len */
|
|
module.exports = {
|
|
'prefixes': [
|
|
'*',
|
|
'cbot ',
|
|
'/cbot ',
|
|
],
|
|
'useChat': false,
|
|
'core': {
|
|
'layers': 3,
|
|
'refillInterval': 1000 * 60,
|
|
},
|
|
'eval': {
|
|
'serverUrl': 'http://192.168.1.105:4445/',
|
|
},
|
|
'reconnectTimeout': 1000 * 6,
|
|
'discord': {
|
|
'token': 'OTcxNjUwNDU2NzA5Mzk4NTY5.G3lKC2._XQNTTU1Jqmaam_A0JKSe93GP1vFZvDpiXqZzA',
|
|
'servers': {
|
|
'sus.shhnowisnottheti.me:25565': '990140129245020221',
|
|
'kaboom.pw:25565': '1000355361196355674',
|
|
'129.159.58.114:25565': '998945155316973650',
|
|
'192.168.1.103:25565': '1002806756885413978',
|
|
'kitsune.icu:25565': '1004006678460637315',
|
|
'mc.chomens41793.ga:25565': '1010734897796763758',
|
|
},
|
|
'prefix': '!',
|
|
},
|
|
'servers': [
|
|
{
|
|
'host': 'kaboom.pw',
|
|
'port': 25565,
|
|
},
|
|
{
|
|
'host': 'sus.shhnowisnottheti.me',
|
|
'port': 25565,
|
|
},
|
|
{
|
|
'host': 'kitsune.icu',
|
|
'port': 25565,
|
|
},
|
|
// {
|
|
// 'host': 'mc.chomens41793.ga',
|
|
// 'port': 25565,
|
|
// },
|
|
],
|
|
};
|