Verbesssertes Logging und blacklist

This commit is contained in:
Kaaninchen
2026-07-20 13:22:16 +02:00
parent 9f1ce60aa6
commit 055514d6aa
5 changed files with 15 additions and 4 deletions
+2
View File
@@ -28,6 +28,8 @@ async def rename_vc(bot: discord.Bot):
attempt += 1
current = random_connection()
if current == None:
return None
parts = current['train'].split()
train_type = parts[0]