This commit is contained in:
Yaode_owo 2025-01-18 04:47:17 -05:00
parent 5f12a23894
commit 0b53449fc8

View file

@ -34,9 +34,6 @@ bot.on('end', (reason) => { // Memory leak.
setTimeout(() => {
createBot();
}, 6e3);
setTimeout(() => {
bot = null;
}, 20000); // 20seconds is enough
return;
});