You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought that the throw boundary was scoped to the client.on but maybe not.
We should check this.
I don't want to FORCE users to catch inside modules, although it's a good practice, a module should only crash itself. Bonus if it goes into disabled state after crashing.
The text was updated successfully, but these errors were encountered:
neolectron
changed the title
Modules crash the whole bot.
Modules throws crash the whole bot.
Sep 14, 2023
Today a module had crashed the whole bot.
I thought that the throw boundary was scoped to the
client.on
but maybe not.We should check this.
I don't want to FORCE users to catch inside modules, although it's a good practice, a module should only crash itself. Bonus if it goes into disabled state after crashing.
The text was updated successfully, but these errors were encountered: