✏️ Ops

This commit is contained in:
2025-03-09 18:22:10 +01:00
parent 1ae66d05ee
commit 7874951a18

View File

@@ -153,7 +153,7 @@ class App(discord.Bot):
if interaction.type is InteractionType.auto_complete:
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
ctx = await self.get_application_context(interaction)