From 3389fe2b0f83ca99b60be0c4e299c3d231902713 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 22 Oct 2018 14:59:07 -0400 Subject: [PATCH] Auto_help handles it --- werewolf/werewolf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/werewolf/werewolf.py b/werewolf/werewolf.py index 4cec0ec..8d72616 100644 --- a/werewolf/werewolf.py +++ b/werewolf/werewolf.py @@ -299,7 +299,7 @@ class Werewolf(Cog): Find custom roles by name, alignment, category, or ID """ if ctx.invoked_subcommand is None or ctx.invoked_subcommand == self.ww_search: - await ctx.send_help() + pass @ww_search.command(name="name") async def ww_search_name(self, ctx: commands.Context, *, name):