aboutsummaryrefslogtreecommitdiff
path: root/code/bot.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-19 05:27:24 +0000
committerGitHub <noreply@github.com>2024-07-19 05:27:24 +0000
commit2dfb5be919dcb1b8df0e38e2c6f0341e76a03ca5 (patch)
treef0db246cba260fa88430647fd4cea8d6492b459b /code/bot.py
parentceb2da92d667f91bad33c6fb79c0c699d2a315ab (diff)
parent0c2ad2a55a441d496f5badbe8a361a0cda458f15 (diff)
Merge pull request #1 from PacketParker/dev
Merge changes for Apple Music support
Diffstat (limited to 'code/bot.py')
-rw-r--r--code/bot.py2
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()