From 7b7cbb20dbb8b74df661f98efc01090f3e1e5b6d Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Mon, 2 Oct 2023 07:13:21 +0200 Subject: [PATCH] Fixed formatting --- kdb-bot/src/modules/auto_role/command/auto_role_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdb-bot/src/modules/auto_role/command/auto_role_group.py b/kdb-bot/src/modules/auto_role/command/auto_role_group.py index 5a5ee9f2..bf1f7758 100644 --- a/kdb-bot/src/modules/auto_role/command/auto_role_group.py +++ b/kdb-bot/src/modules/auto_role/command/auto_role_group.py @@ -256,7 +256,7 @@ class AutoRoleGroup(DiscordCommandABC): @react.autocomplete("auto_role") async def react_autocomplete( - self, interaction: discord.Interaction, current: str + self, interaction: discord.Interaction, current: str ) -> TList[app_commands.Choice[str]]: return await self._auto_role_auto_complete(interaction, current)