i still can't find the cause :(( i am gonan fix tomorrow

This commit is contained in:
ChomeNS 2022-11-17 20:46:21 +07:00
parent bc2443b3be
commit 1864119449
2 changed files with 10 additions and 11 deletions

View file

@ -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,

View file

@ -43,7 +43,6 @@ function inject(bot, _dcclient, config, rl) {
bot.once('end', () => {
clearInterval(consoleQueueInterval);
rl.close();
rl.removeAllListeners();
});