Skelmis opened this issue 3 years ago · 1 comments
This is valid code if its in a cog, pyro thinks it isnt
class c(...): @commands.group() async def help(self, ctx: commands.Context): passs @help.command() async def ping(self, ctx: commands.Context, command): await ctx.send("works")
Looks to be closed in #58