def pokemon(self, ctx): """This is the list of Pokémon queries you can perform.""" if ctx.invoked_subcommand is None: await send_cmd_help(ctx)