Skip to content

Commit

Permalink
chore: fix a small linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EQUENOS committed Sep 23, 2023
1 parent f5d5d57 commit 164df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/ext/commands/interaction_bot_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def decorator(
# command synchronisation

def _ordered_unsynced_commands(
self
self,
) -> Tuple[List[ApplicationCommand], Dict[int, List[ApplicationCommand]]]:
global_cmds = []
guilds = {}
Expand Down

0 comments on commit 164df50

Please sign in to comment.