mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-23 15:47:57 -05:00
i still can't find the cause :(( i am gonan fix tomorrow
This commit is contained in:
parent
bc2443b3be
commit
1864119449
2 changed files with 10 additions and 11 deletions
20
config.js
20
config.js
|
@ -54,16 +54,16 @@ module.exports = {
|
||||||
'prefix': '!',
|
'prefix': '!',
|
||||||
},
|
},
|
||||||
'servers': [
|
'servers': [
|
||||||
{
|
// {
|
||||||
'host': 'play.kaboom.pw',
|
// 'host': 'play.kaboom.pw',
|
||||||
'port': 25565,
|
// 'port': 25565,
|
||||||
'kaboom': true,
|
// 'kaboom': true,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
'host': 'sus.shhnowisnottheti.me',
|
// 'host': 'sus.shhnowisnottheti.me',
|
||||||
'port': 25565,
|
// 'port': 25565,
|
||||||
'kaboom': true,
|
// 'kaboom': true,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
'host': 'kitsune.icu',
|
'host': 'kitsune.icu',
|
||||||
'port': 25565,
|
'port': 25565,
|
||||||
|
|
|
@ -43,7 +43,6 @@ function inject(bot, _dcclient, config, rl) {
|
||||||
|
|
||||||
bot.once('end', () => {
|
bot.once('end', () => {
|
||||||
clearInterval(consoleQueueInterval);
|
clearInterval(consoleQueueInterval);
|
||||||
rl.close();
|
|
||||||
rl.removeAllListeners();
|
rl.removeAllListeners();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue