chomens-bot-js/config.js

49 lines
1.1 KiB
JavaScript
Raw Normal View History

2022-08-18 22:36:34 -04:00
/* eslint-disable max-len */
module.exports = {
'version': '1.18.2',
2022-08-18 22:36:34 -04:00
'prefixes': [
'*',
'cbot ',
'/cbot ',
],
2022-08-18 23:29:52 -04:00
'useChat': false,
2022-08-18 22:36:34 -04:00
'core': {
2022-10-16 03:16:07 -04:00
'layers': 3,
2022-10-17 01:59:33 -04:00
'refillInterval': 1000 * 60,
2022-08-18 22:36:34 -04:00
},
2022-10-14 04:46:41 -04:00
'eval': {
'serverUrl': 'http://192.168.1.105:4445/',
},
2022-10-12 21:59:21 -04:00
'reconnectTimeout': 1000 * 6,
2022-08-18 22:36:34 -04:00
'discord': {
'token': 'OTcxNjUwNDU2NzA5Mzk4NTY5.G3lKC2._XQNTTU1Jqmaam_A0JKSe93GP1vFZvDpiXqZzA',
'servers': {
'sus.shhnowisnottheti.me:25565': '990140129245020221',
2022-10-18 04:14:29 -04:00
'kaboom.pw:25565': '1000355361196355674',
2022-08-18 22:36:34 -04:00
'129.159.58.114:25565': '998945155316973650',
'192.168.1.103:25565': '1002806756885413978',
'kitsune.icu:25565': '1004006678460637315',
2022-08-20 22:21:23 -04:00
'mc.chomens41793.ga:25565': '1010734897796763758',
2022-08-18 22:36:34 -04:00
},
'prefix': '!',
},
'servers': [
{
'host': 'kaboom.pw',
'port': 25565,
},
2022-08-18 22:36:34 -04:00
{
'host': 'sus.shhnowisnottheti.me',
'port': 25565,
},
{
'host': 'kitsune.icu',
'port': 25565,
},
2022-08-21 05:24:57 -04:00
// {
// 'host': 'mc.chomens41793.ga',
// 'port': 25565,
// },
2022-08-18 22:36:34 -04:00
],
};