transitous rewrite: minor cleanup

This commit is contained in:
Kaaninchen
2026-08-17 15:52:12 +02:00
parent 842c944faa
commit f990a55da9
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -67,7 +67,6 @@ async def _schedule_next_transfer(bot: discord.Bot, arrival_dt: datetime, voice_
async def announcer(announcement: str, voice_channel: discord.VoiceChannel, destination = None):
from src.dc.embeds import build_info_embed, build_announcement_embed
now = datetime.now()
announcements_enabled = config.announcements.enabled
voice_announcement_enabled = config.announcements.voice[0].enabled