diff options
| author | 2018-02-07 12:31:28 +0000 | |
|---|---|---|
| committer | 2018-02-07 12:31:28 +0000 | |
| commit | 2602af24fb2c29633d07aad3aeb408c601aa4351 (patch) | |
| tree | 02c5925e1491830fb9493dc2c4252263b9ff88bb | |
| parent | Fix up bot info command formatting and add git sha (diff) | |
snekchek
| -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" |