mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -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': '!',
|
||||
},
|
||||
'servers': [
|
||||
{
|
||||
'host': 'play.kaboom.pw',
|
||||
'port': 25565,
|
||||
'kaboom': true,
|
||||
},
|
||||
{
|
||||
'host': 'sus.shhnowisnottheti.me',
|
||||
'port': 25565,
|
||||
'kaboom': true,
|
||||
},
|
||||
// {
|
||||
// 'host': 'play.kaboom.pw',
|
||||
// 'port': 25565,
|
||||
// 'kaboom': true,
|
||||
// },
|
||||
// {
|
||||
// 'host': 'sus.shhnowisnottheti.me',
|
||||
// 'port': 25565,
|
||||
// 'kaboom': true,
|
||||
// },
|
||||
{
|
||||
'host': 'kitsune.icu',
|
||||
'port': 25565,
|
||||
|
|
|
@ -43,7 +43,6 @@ function inject(bot, _dcclient, config, rl) {
|
|||
|
||||
bot.once('end', () => {
|
||||
clearInterval(consoleQueueInterval);
|
||||
rl.close();
|
||||
rl.removeAllListeners();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue