Skip to content

Commit

Permalink
Remove guild ID in the main file
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Jan 7, 2024
1 parent 32be260 commit d4693de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, *, intents: discord.Intents):
async def on_ready(self):
await self.wait_until_ready()
if not self.synced:
await tree.sync(guild=discord.Object(id=645011181739835397))
await tree.sync()
self.synced = True
print('Logged on as', self.user)

Expand Down

0 comments on commit d4693de

Please sign in to comment.