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)