From cfdf047aeb764b58cdd1b43735fdb9c799353c2e Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Sat, 14 Apr 2018 02:09:48 -0800 Subject: [PATCH] Import asyncio --- exts/git.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exts/git.py b/exts/git.py index e5915a1..05c3da3 100644 --- a/exts/git.py +++ b/exts/git.py @@ -2,6 +2,7 @@ import discord from discord.ext import commands import os, logging from .imports.utils import paginate, run_command +import asyncio owner_id = 351794468870946827 embed_color = discord.Colour.from_rgb(49,107,111)