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
-2
View File
@@ -25,8 +25,6 @@ async def on_ready():
logger(f"{bot.user} is online")
_bot_initialized = True
await bot.change_presence(activity=discord.Game(name="tschu tschu! • /info"))
server_id = config.discord.server
server_vc_id = config.discord.vc
channel = validate_channel(bot=bot, server_id=server_id, channel_id=server_vc_id)