/* eslint-disable max-len */ module.exports = { 'version': '1.18.2', 'prefixes': [ '*', 'cbot ', '/cbot ', ], 'commandsDir': '../commands', // this will be used by the commands.js in the plugins folder so it needs ../ 'keys': { 'normalKey': '�iB_D���k��j8H�{?[/ڭ�f�}Ѣ�^-=�Ț��v]��g>��=c', 'ownerHashKey': 'b)R��nF�CW���#�\\[�S*8"t^eia�Z��k����K1�8zȢ�', }, 'console': true, 'useChat': false, 'core': { 'layers': 3, 'refillInterval': 1000 * 60, 'customName': [ { text: 'ChomeNS Bot ', color: 'yellow', }, { text: 'Core', color: 'green', }, ], }, 'self_care': { 'prefix': true, 'op': true, 'cspy': true, 'vanish': true, 'gamemode': true, 'mute': true, }, 'eval': { 'serverUrl': 'http://192.168.1.105:4445/', }, 'reconnectTimeout': 1000 * 2, 'self_care_check_interval': 2000, 'discord': { 'token': 'OTcxNjUwNDU2NzA5Mzk4NTY5.G3lKC2._XQNTTU1Jqmaam_A0JKSe93GP1vFZvDpiXqZzA', 'servers': { 'sus.shhnowisnottheti.me': '990140129245020221', 'play.kaboom.pw': '1000355361196355674', '129.159.58.114': '998945155316973650', '192.168.1.103': '1002806756885413978', 'kitsune.icu': '1004006678460637315', 'mc.chomens41793.ga': '1010734897796763758', }, 'prefix': '!', }, 'servers': [ { 'host': 'play.kaboom.pw', 'port': 25565, }, { 'host': 'sus.shhnowisnottheti.me', 'port': 25565, }, { 'host': 'kitsune.icu', 'port': 25565, }, // { // 'host': 'mc.chomens41793.ga', // 'port': 25565, // }, ], };