diff --git a/disnake/ext/commands/interaction_bot_base.py b/disnake/ext/commands/interaction_bot_base.py index 4aaf725ab1..fb1e910f14 100644 --- a/disnake/ext/commands/interaction_bot_base.py +++ b/disnake/ext/commands/interaction_bot_base.py @@ -975,7 +975,7 @@ def decorator( # command synchronisation def _ordered_unsynced_commands( - self + self, ) -> Tuple[List[ApplicationCommand], Dict[int, List[ApplicationCommand]]]: global_cmds = [] guilds = {}