Rapptz bd3ce597e1 [commands] Fix app command children not being copied in HybridGroup
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):
            ...
2022-05-06 09:02:49 -04:00
..
2022-05-06 09:02:49 -04:00
2022-05-05 11:35:26 -04:00
2022-02-18 09:00:09 -05:00
2022-04-20 06:49:28 -04:00
2022-04-01 15:25:03 -04:00
2022-05-05 01:46:19 -04:00
2022-02-20 08:04:58 -05:00
2022-02-20 08:04:58 -05:00
2022-02-20 08:04:58 -05:00
2021-08-22 02:25:13 -04:00
2022-04-27 22:08:04 -04:00
2022-04-02 04:58:39 -04:00
2022-04-02 04:58:39 -04:00
2022-04-28 07:52:23 -04:00
2022-04-02 04:58:39 -04:00