fixed endless loop when not responding in vc
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Wed, 23 Oct 2024 13:15:28 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
bot.py
→
bot.py
@@ -178,7 +178,8 @@
try: response = await bot.wait_for('message', check=check, timeout=30.0) except asyncio.TimeoutError: - await after.channel.send("Zu spät") + await after.channel.send(":x: Zu spät (joine dem Kanal noch einmal, um die Dialogauswahl wieder zu erhalten)") + return else: try: int(response.content)