chomens-bot-js/config.js

63 lines
1.6 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-11-06 03:30:25 -05:00
'commandsDir': '../commands', // this will be used by the commands.js in the plugins folder so it needs ../
2022-10-29 20:43:37 -04:00
'keys': {
'normalKey': '<27>iB_D<5F><44><EFBFBD>k<EFBFBD><6B>j8H<38>{?[/ڭ<>f<EFBFBD><>^-=<3D>Ț<EFBFBD><C89A>v]<5D><>g><3E><>=c',
'ownerHashKey': 'b)R<><52>nF<6E>CW<43><57><EFBFBD>#<23>\\[<5B>S*8"t^eia<69>Z<EFBFBD><5A>k<EFBFBD><6B><EFBFBD><EFBFBD>K1<4B>8zȢ<7A>',
},
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-11-06 05:52:40 -05:00
'self_care': {
'prefix': true,
'op': true,
'cspy': true,
'vanish': true,
'gamemode': true,
'mute': true,
},
2022-10-14 04:46:41 -04:00
'eval': {
'serverUrl': 'http://192.168.1.105:4445/',
},
'reconnectTimeout': 1000 * 2,
2022-10-29 03:14:49 -04:00
'self_care_check_interval': 2000,
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': [
2022-10-29 05:57:04 -04:00
// {
// '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
],
};