up max_attempt to 30

This commit is contained in:
Kaaninchen
2026-08-24 07:55:06 +02:00
parent 21a279839d
commit 93b9712394
+1 -1
View File
@@ -18,7 +18,7 @@ async def rename_vc(bot: discord.Bot, voice_channel, from_scheduler: bool = Fals
_scheduled_task.cancel()
attempt = 0
max_attempt = 15
max_attempt = 30
trip = choose_connection()
while trip is None and attempt < max_attempt:
attempt += 1