Skip to content

Commit

Permalink
forgot to enable tree.sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Atluzka authored Mar 11, 2024
1 parent ef21b31 commit b80bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def getServices():

@bot.event
async def on_ready():
#await tree.sync(guild=discord.Object(id=config["guild-id"]))
await tree.sync(guild=discord.Object(id=config["guild-id"]))
await getServices()
print('Services:', Abkradam)
print("Logged in as {0.user}".format(bot))
Expand Down

0 comments on commit b80bec2

Please sign in to comment.