transitous rewrite: forgot to commit them

This commit is contained in:
Kaaninchen
2026-08-18 00:24:02 +02:00
parent ee51e85786
commit b608656bc7
2 changed files with 47 additions and 2 deletions
+3
View File
@@ -24,6 +24,9 @@ async def on_ready():
if not _bot_initialized:
logger(f"{bot.user} is online")
_bot_initialized = True
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)