transitous rewrite: fix validate_connection

This commit is contained in:
Kaaninchen
2026-08-17 18:29:06 +02:00
parent 60d4936dda
commit 9cd1f54258
4 changed files with 9 additions and 14 deletions
-1
View File
@@ -92,7 +92,6 @@ async def voice_announcer(destination: str, voice_channel: discord.VoiceChannel)
vc.play(audio_source, after=after_playing)
return True
async def _schedule_next_transfer(bot: discord.Bot, arrival_dt: datetime, voice_channel: discord.VoiceChannel, destination: str):
now = datetime.now(LOCAL_TZ)