mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-06 22:09:54 +00:00
This degenerate case is only triggered inside cogs when using the app_command property to define commands, such as this: class X(commands.Cog): @commands.hybrid_group() async def foo(self, ctx): ... @foo.app_command.command() async def bar(self, interaction): ...