Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
howardt12345 committed Aug 3, 2024
1 parent 32416a6 commit f4ac176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ async def on_guild_join(guild):
"server_name": guild.name,
}
).execute()
register_commands(self.tree, self.client, [guild])
self.register_commands(self.tree, self.client, [guild])
await self.tree.sync(guild=guild)


Expand Down

0 comments on commit f4ac176

Please sign in to comment.