diff --git a/src/rcgcdw.py b/src/rcgcdw.py index 39d76b1..06ebcd9 100644 --- a/src/rcgcdw.py +++ b/src/rcgcdw.py @@ -249,6 +249,8 @@ def rc_processor(change, changed_categories): return try: discord_message: Optional[DiscordMessage] = default_message(context.event, formatter_hooks)(context, change) + except NoFormatter: + return except: if settings.get("error_tolerance", 1) > 0: discord_message: Optional[DiscordMessage] = None # It's handled by send_to_discord, we still want other code to run