diff --git a/reactbot/bot.py b/reactbot/bot.py index a31fa31..1016312 100644 --- a/reactbot/bot.py +++ b/reactbot/bot.py @@ -106,4 +106,4 @@ class ReactBot(Plugin): await rule.execute(evt, match) except Exception: self.log.exception(f"Failed to execute {name} in {evt.room_id}") - return +