diff options
author | Parker <contact@pkrm.dev> | 2024-07-18 22:32:46 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-18 22:32:46 -0500 |
commit | 8df7b293a7b8f50fdf9e5fd10cc400659a09b7c8 (patch) | |
tree | 40740302045083e740376a3daa335a53b3d873af /code/bot.py | |
parent | d4c9ed99d0bb717606cfcbfe4f69523c6734a5b2 (diff) |
Add support for APPLE MUSIC!
Diffstat (limited to 'code/bot.py')
-rw-r--r-- | code/bot.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |