Update git.py

This commit is contained in:
Raatty
2018-05-23 22:51:50 +12:00
committed by GitHub
parent 8aee156b45
commit deb9a53e6e
+1 -2
View File
@@ -40,10 +40,9 @@ class Git:
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
@commands.group(case_insensitive=True, invoke_without_subcommand=True) @commands.group(case_insensitive=True, invoke_without_command=True)
async def git(self, ctx): async def git(self, ctx):
"""Run help git for more info""" """Run help git for more info"""
if ctx.invoked_subcommand is None:
ctx.send('https://github.com/Annihilator708/Sebi-Machine/') ctx.send('https://github.com/Annihilator708/Sebi-Machine/')
@git.command() @git.command()