Skip to content

Commit

Permalink
staging hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vintrocode committed Mar 26, 2023
2 parents 74d5567 + c8a71de commit 8f4d8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self, bot) -> None:

@commands.Cog.listener()
async def on_ready(self):
await self.bot.sync_commands()
print(f"We have logged in as {self.bot.user}: ID = {self.bot.user.id}")

@commands.Cog.listener()
Expand Down

0 comments on commit 8f4d8d4

Please sign in to comment.