From a2ed67bee692904985345f3da389a042c655f612 Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Fri, 5 Mar 2021 00:18:13 -0500 Subject: [PATCH] fix: allow clearing zoom standby messages --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index bfd930e0..d7246bf7 100644 --- a/bot.py +++ b/bot.py @@ -1558,6 +1558,7 @@ async def invite_command(ctx: Context): CLOSED_MESSAGE_MAP = { r"zoom\.us": ZOOM_CLOSED_MESSAGE, + r"Stand By": ZOOM_CLOSED_MESSAGE, r"Could not create Zoom": ZOOM_CLOSED_MESSAGE, r"meet\.jit\.si": MEET_CLOSED_MESSAGE, r"Could not create watch2gether": WATCH2GETHER_CLOSED_MESSAGE,