Open k5342 opened 3 years ago
In the Notify#user_login, discord.user_login may raise an exception at a runtime and this will skip some subsequent notify events. We need to ensure each function not to raise any exceptions and we should return some result value.
Notify#user_login
In the
Notify#user_login
, discord.user_login may raise an exception at a runtime and this will skip some subsequent notify events. We need to ensure each function not to raise any exceptions and we should return some result value.