diff options
| -rw-r--r-- | bot/cogs/bot.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index e7c304ccd..6ab844725 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -1,8 +1,9 @@ # coding=utf-8 -from dulwich.repo import Repo from discord import Embed from discord.ext.commands import AutoShardedBot, Context, group +from dulwich.repo import Repo + __author__ = "Gareth Coles" |