diff options
author | 2019-04-05 21:30:29 +0530 | |
---|---|---|
committer | 2019-04-05 21:30:29 +0530 | |
commit | 7adf2eadad8583f88c617a026f4f9635a14a888e (patch) | |
tree | 585b494eeb66a776653ecc4c666d6222439411bf /bot | |
parent | removed the embed lines (diff) |
removed unused imports
Diffstat (limited to 'bot')
-rw-r--r-- | bot/seasons/easter/april_fools_vids.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/seasons/easter/april_fools_vids.py b/bot/seasons/easter/april_fools_vids.py index a851f3cc..5dae8485 100644 --- a/bot/seasons/easter/april_fools_vids.py +++ b/bot/seasons/easter/april_fools_vids.py @@ -3,11 +3,8 @@ import random from json import load from pathlib import Path -import discord from discord.ext import commands -from bot.constants import Colours - log = logging.getLogger(__name__) |