displays git url when you do git command with no arguments
This commit is contained in:
+2
-1
@@ -43,7 +43,8 @@ class Git:
|
||||
@commands.group(case_insensitive=True)
|
||||
async def git(self, ctx):
|
||||
"""Run help git for more info"""
|
||||
pass
|
||||
if ctx.invoked_subcommand is None:
|
||||
ctx.send('https://github.com/Annihilator708/Sebi-Machine/')
|
||||
|
||||
@git.command()
|
||||
async def pull(self, ctx):
|
||||
|
||||
Reference in New Issue
Block a user