Fix syntax error: remove stray URL in bot.py

This commit is contained in:
2025-12-07 18:02:22 +02:00
parent d58be3b33e
commit 7dd671d6cf

View File

@@ -100,7 +100,7 @@ async def on_ready():
# Start server-specific schedulers (includes DM mood rotation) # Start server-specific schedulers (includes DM mood rotation)
server_manager.start_all_schedulers(globals.client) server_manager.start_all_schedulers(globals.client)
https://tea.koko210cloud.xyz/Koko210/miku-discord
# Start the global scheduler for other tasks # Start the global scheduler for other tasks
globals.scheduler.start() globals.scheduler.start()