fix: end_of_connection announcement

This commit is contained in:
Kaaninchen
2026-08-20 17:46:47 +02:00
parent 054ab7fc42
commit a4ae134ca0
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ async def announcer(announcement: str, voice_channel: discord.VoiceChannel, dest
announcements_enabled = config.announcements.text_announcements
if announcements_enabled:
image = None
if len(voice_channel.members) > 0:
match announcement:
case "end_of_connection":