arrival as discord rpc

This commit is contained in:
Kaaninchen
2026-08-18 22:17:45 +02:00
parent d46a04af0c
commit e6013a437f
5 changed files with 13 additions and 4 deletions
+1
View File
@@ -43,6 +43,7 @@ async def rename_vc(bot: discord.Bot, voice_channel, from_scheduler: bool = Fals
logger(f"Updated channel name!")
await bot.change_presence(activity=discord.Game(name=lang.rich_presence.arrival()))
await announcer("transfer", voice_channel)
_scheduled_task = asyncio.create_task(_schedule_next_transfer(bot, trip["arrival_dt"], voice_channel, trip["to"]))