From 8e05970ac64aac4acadad9d3b786aad8a2310217 Mon Sep 17 00:00:00 2001 From: Raatty <39517058+Raatty@users.noreply.github.com> Date: Wed, 23 May 2018 22:57:42 +1200 Subject: [PATCH] await lolz --- 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 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):