Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 8ec8c81

Browse files
committed
fix: allow clearing dead w2g messages
1 parent 6c8eb1b commit 8ec8c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bot.py

-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ async def watch2gether_command(ctx: Context, video_url: str = None):
484484
await message.edit(
485485
content="🚨 _Could not create watch2gether room. That's embarrassing._"
486486
)
487-
return
488487
else:
489488
template = WATCH2GETHER_WITH_URL_TEMPLATE if video_url else WATCH2GETHER_TEMPLATE
490489
content = template.format(url=url, video_url=video_url)

0 commit comments

Comments
 (0)