From 3fe9a22fc9cf57d284d17949563596e05ea5d033 Mon Sep 17 00:00:00 2001 From: PureFunctor Date: Fri, 26 Jun 2020 12:21:46 +0800 Subject: Use Context.invoke instead of invoking the Help cog --- bot/exts/evergreen/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/fun.py b/bot/exts/evergreen/fun.py index 4fc06b49..090714aa 100644 --- a/bot/exts/evergreen/fun.py +++ b/bot/exts/evergreen/fun.py @@ -99,7 +99,7 @@ class Fun(Cog): See `decrpyt`, `encrypt`, and `info` subcommands. """ if ctx.invoked_subcommand is None: - await self.bot.get_cog("Help").new_help(ctx, "caesarcipher") + await ctx.invoke(self.bot.get_command("help"), "caesarcipher") @caesarcipher_group.command(name="info") async def caesarcipher_info(self, ctx: Context) -> None: -- cgit v1.2.3