diff options
author | 2019-04-23 21:23:41 +0530 | |
---|---|---|
committer | 2019-04-23 21:23:41 +0530 | |
commit | 4424032b2318bb790f6172a61a83fd54eed2383d (patch) | |
tree | 8ba0b9695c4d2593f703815673b347586716a135 | |
parent | small changes (diff) |
not importing aiohttp now
-rw-r--r-- | bot/seasons/christmas/hanukkah_embed.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/christmas/hanukkah_embed.py b/bot/seasons/christmas/hanukkah_embed.py index f2abcc0b..652a1f35 100644 --- a/bot/seasons/christmas/hanukkah_embed.py +++ b/bot/seasons/christmas/hanukkah_embed.py @@ -1,7 +1,6 @@ import datetime import logging -import aiohttp from discord import Embed from discord.ext import commands |