aoijs / aoi.js

aoi.js - The most advanced string-based package to create a Discord Bot fast and powerful.
https://aoi.js.org
Apache License 2.0
329 stars 130 forks source link

Bug: Timeouts break on restart #590

Closed Mody-0 closed 3 months ago

Mody-0 commented 3 months ago

Bug Type

Function

Bugged Function

$setTimeout or the timeout callback idk

Version of aoi.js

v6.8.0

Version of Node.js

v20.10.0 (LTS)

Excepted Output

Timeouts should still work even when you restart the bot

Relevant log output

Timeouts you've set never end after the restart.

Code of Conduct

Mody-0 commented 3 months ago

Note: I'm on aoi.js v6.8.0 (github)

atlasfyber commented 3 months ago

I can confirm this issue from my experience with 6.8.0; timeouts never end, although they are still registered in the database.

Mody-0 commented 3 months ago

@USERSATOSHI @Faf4a

Faf4a commented 3 months ago

will check