Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Commit

Permalink
fix: change sync_commands_on_unload to new param
Browse files Browse the repository at this point in the history
breaking changes smh
  • Loading branch information
toolifelesstocode authored Oct 18, 2022
1 parent c7a24b2 commit 4671bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezar/utils/ezar.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, *, beta: bool = True):
reload=True,
strip_after_prefix=True,
sync_commands=True,
sync_commands_on_unload=True,
sync_commands_on_cog_unload=True,
test_guilds=(Config.test_guilds,) if self.beta else [],
intents=Intents(
message_content=True, guilds=True, members=True, messages=True
Expand Down

0 comments on commit 4671bc7

Please sign in to comment.