mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 09:06:20 +00:00
✏️ Ops
This commit is contained in:
@@ -153,7 +153,7 @@ class App(discord.Bot):
|
|||||||
|
|
||||||
if interaction.type is InteractionType.auto_complete:
|
if interaction.type is InteractionType.auto_complete:
|
||||||
self._bot.dispatch("application_command_auto_complete", interaction, command)
|
self._bot.dispatch("application_command_auto_complete", interaction, command)
|
||||||
await super().s(interaction, command) # pyright: ignore [reportArgumentType, reportUnknownMemberType]
|
await super().on_application_command_auto_complete(interaction, command) # pyright: ignore [reportArgumentType, reportUnknownMemberType]
|
||||||
return None
|
return None
|
||||||
|
|
||||||
ctx = await self.get_application_context(interaction)
|
ctx = await self.get_application_context(interaction)
|
||||||
|
|||||||
Reference in New Issue
Block a user