From 8df7b293a7b8f50fdf9e5fd10cc400659a09b7c8 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 18 Jul 2024 22:32:46 -0500 Subject: Add support for APPLE MUSIC! --- code/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/bot.py') diff --git a/code/bot.py b/code/bot.py index dd0be09..1247e1a 100644 --- a/code/bot.py +++ b/code/bot.py @@ -37,7 +37,7 @@ class MyBot(commands.Bot): async def on_ready(self): config.LOG.info(f"{bot.user} has connected to Discord.") - config.LOG.info("Startup complete. Sync slash commands by DMing the bot ***sync") + config.LOG.info(f"Startup complete. Sync slash commands by DMing the bot {bot.command_prefix}tree sync (guild id)") bot = MyBot() -- cgit v1.2.3-70-g09d2