From 164df505900bc1ec5d4436a87a69d7658a191236 Mon Sep 17 00:00:00 2001 From: EQUENOS <50338932+EQUENOS@users.noreply.github.com> Date: Sun, 24 Sep 2023 01:48:39 +0300 Subject: [PATCH] chore: fix a small linting issue --- disnake/ext/commands/interaction_bot_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}