Fixed formatting
This commit is contained in:
parent
84c2f5c2c4
commit
7b7cbb20db
@ -256,7 +256,7 @@ class AutoRoleGroup(DiscordCommandABC):
|
|||||||
|
|
||||||
@react.autocomplete("auto_role")
|
@react.autocomplete("auto_role")
|
||||||
async def react_autocomplete(
|
async def react_autocomplete(
|
||||||
self, interaction: discord.Interaction, current: str
|
self, interaction: discord.Interaction, current: str
|
||||||
) -> TList[app_commands.Choice[str]]:
|
) -> TList[app_commands.Choice[str]]:
|
||||||
return await self._auto_role_auto_complete(interaction, current)
|
return await self._auto_role_auto_complete(interaction, current)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user