Skip to content

Commit

Permalink
fix: allow clearing zoom standby messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 5, 2021
1 parent a4ee6dd commit a2ed67b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a2ed67b

Please sign in to comment.