From 8aee156b45961adeefb9e28ebb774df98fa81a5f Mon Sep 17 00:00:00 2001 From: Raatty <39517058+Raatty@users.noreply.github.com> Date: Wed, 23 May 2018 22:47:51 +1200 Subject: [PATCH] Update git.py --- src/cogs/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/git.py b/src/cogs/git.py index 2354a42..9f42323 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -40,7 +40,7 @@ class Git: def __init__(self, bot): self.bot = bot - @commands.group(case_insensitive=True) + @commands.group(case_insensitive=True, invoke_without_subcommand=True) async def git(self, ctx): """Run help git for more info""" if ctx.invoked_subcommand is None: