diff --git a/src/cogs/git.py b/src/cogs/git.py index 22d3814..3112b9b 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -43,7 +43,7 @@ class Git: @commands.group(case_insensitive=True, invoke_without_command=True) async def git(self, ctx): """Run help git for more info""" - ctx.send('https://github.com/Annihilator708/Sebi-Machine/') + await ctx.send('https://github.com/Annihilator708/Sebi-Machine/') @git.command() async def pull(self, ctx):