From 7dd671d6cf15b6d04fa466ca03a45ff13e6f5408 Mon Sep 17 00:00:00 2001 From: koko210Serve Date: Sun, 7 Dec 2025 18:02:22 +0200 Subject: [PATCH] Fix syntax error: remove stray URL in bot.py --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.py b/bot/bot.py index 6bf98a5..70d3352 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -100,7 +100,7 @@ async def on_ready(): # Start server-specific schedulers (includes DM mood rotation) server_manager.start_all_schedulers(globals.client) -https://tea.koko210cloud.xyz/Koko210/miku-discord + # Start the global scheduler for other tasks globals.scheduler.start()