Browse Source
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): ...pull/8001/head
2 changed files with 25 additions and 10 deletions
Loading…
Reference in new issue