diff --git a/disnake/ext/commands/slash_core.py b/disnake/ext/commands/slash_core.py index 5c8dac4617..fa5b705b42 100644 --- a/disnake/ext/commands/slash_core.py +++ b/disnake/ext/commands/slash_core.py @@ -743,6 +743,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)