123
This commit is contained in:
parent
5f12a23894
commit
0b53449fc8
1 changed files with 0 additions and 3 deletions
3
main.js
3
main.js
|
@ -34,9 +34,6 @@ bot.on('end', (reason) => { // Memory leak.
|
|||
setTimeout(() => {
|
||||
createBot();
|
||||
}, 6e3);
|
||||
setTimeout(() => {
|
||||
bot = null;
|
||||
}, 20000); // 20seconds is enough
|
||||
return;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue