mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 09:35:35 -05:00
remove chomens server
This commit is contained in:
parent
bb4574ea84
commit
6f05ebaa67
3 changed files with 0 additions and 13 deletions
|
@ -17,7 +17,6 @@ module.exports = {
|
|||
'129.159.58.114:25565': '998945155316973650',
|
||||
'192.168.1.103:25565': '1002806756885413978',
|
||||
'kitsune.icu:25565': '1004006678460637315',
|
||||
'mc.chomens41793.ga:25565': '1010461850787389451',
|
||||
},
|
||||
'prefix': '!',
|
||||
'trustedRoleID': '981159334299983953',
|
||||
|
@ -35,9 +34,5 @@ module.exports = {
|
|||
'host': 'play.kaboom.pw',
|
||||
'port': 25565,
|
||||
},
|
||||
{
|
||||
'host': 'mc.chomens41793.ga',
|
||||
'port': 25565,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
5
index.js
5
index.js
|
@ -61,7 +61,6 @@ const dinboomchannel = config.discord.servers['129.159.58.114:25565'];
|
|||
const kaboomchannel = config.discord.servers['play.kaboom.pw:25565'];
|
||||
const localclonechannel = config.discord.servers['192.168.1.103:25565'];
|
||||
const kitsunechannel = config.discord.servers['kitsune.icu:25565'];
|
||||
const chomensserverchannel = config.discord.servers['mc.chomens41793.ga:25565'];
|
||||
let chomenschannel = '969773424387981356';
|
||||
const hashchannel = '980438368422871151';
|
||||
const ownerhashchannel = '980786390247833620';
|
||||
|
@ -448,10 +447,6 @@ dcclient.on('ready', async () => {
|
|||
channel = dcclient.channels.cache.get(kitsunechannel);
|
||||
bot.channel = dcclient.channels.cache.get(kitsunechannel);
|
||||
}
|
||||
if (process.argv[2]==='mc.chomens41793.ga') {
|
||||
channel = dcclient.channels.cache.get(chomensserverchannel);
|
||||
bot.channel = dcclient.channels.cache.get(chomensserverchannel);
|
||||
}
|
||||
await sleep(200);
|
||||
main();
|
||||
chomenschannel = dcclient.channels.cache.get(chomenschannel);
|
||||
|
|
3
run.js
3
run.js
|
@ -35,9 +35,6 @@ function start(host, port) {
|
|||
if (host=='kitsune.icu') {
|
||||
theServer = 'kitsune';
|
||||
}
|
||||
if (host=='mc.chomens41793.ga') {
|
||||
theServer = 'chomens';
|
||||
}
|
||||
eval(`${theServer} = []`);
|
||||
eval(`${theServer}loop = setInterval(() => {
|
||||
if (${theServer}[0]) {
|
||||
|
|
Loading…
Reference in a new issue