chomens-bot-js/config.js
2022-08-19 10:29:52 +07:00

34 lines
781 B
JavaScript

/* eslint-disable max-len */
module.exports = {
'prefixes': [
'*',
'cbot ',
'/cbot ',
],
'useChat': false,
'core': {
'layers': 1,
},
'discord': {
'token': 'OTcxNjUwNDU2NzA5Mzk4NTY5.G3lKC2._XQNTTU1Jqmaam_A0JKSe93GP1vFZvDpiXqZzA',
'servers': {
'sus.shhnowisnottheti.me:25565': '990140129245020221',
'play.kaboom.pw:25565': '1000355361196355674',
'129.159.58.114:25565': '998945155316973650',
'192.168.1.103:25565': '1002806756885413978',
'kitsune.icu:25565': '1004006678460637315',
},
'prefix': '!',
'trustedRoleID': '981159334299983953',
},
'servers': [
{
'host': 'sus.shhnowisnottheti.me',
'port': 25565,
},
{
'host': 'kitsune.icu',
'port': 25565,
},
],
};