dev #389

Merged
edraft merged 3 commits from dev into master 2023-10-02 07:22:09 +02:00
Showing only changes of commit 7b7cbb20db - Show all commits

View File

@ -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)