diff --git a/disnake/ext/commands/slash_core.py b/disnake/ext/commands/slash_core.py index a42e881391..70b8a0d2a4 100644 --- a/disnake/ext/commands/slash_core.py +++ b/disnake/ext/commands/slash_core.py @@ -765,6 +765,7 @@ async def invoke(self, inter: ApplicationCommandInteraction) -> None: if self._max_concurrency is not None: await self._max_concurrency.release(inter) # type: ignore + inter.application_command = self await self.call_after_hooks(inter)