index — Deutsche-Haus-Bot @ 37717140a8d7764245b33f73ab0b52389095fd46

Discord bot to dynamically create voice chats for clubs that boosters can create

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
commit

37717140a8d7764245b33f73ab0b52389095fd46

parent

56cf04d640af6732092845022d2f693e6911f594

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M bot.pybot.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)