k5342 / tskserver-notification-bot

Minecraft server notification bot. Supports Twitter and Discord.
0 stars 0 forks source link

Add error handlings when notification sending was failed #7

Open k5342 opened 3 years ago

k5342 commented 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.