aboutsummaryrefslogtreecommitdiff
path: root/code/bot.py
diff options
context:
space:
mode:
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()