diff --git a/api/bot.py b/api/bot.py index f3cf56c..df6a1e3 100644 --- a/api/bot.py +++ b/api/bot.py @@ -331,5 +331,7 @@ class OreAlert: self.playerList.append(p) except KeyboardInterrupt: api.discord_notification("OreAlert has been stopped manually.") + except: + api.discord_notification("OreAlert has crashed!", ping=True)