aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Rohan <[email protected]>2019-04-05 21:30:29 +0530
committerGravatar Rohan <[email protected]>2019-04-05 21:30:29 +0530
commit7adf2eadad8583f88c617a026f4f9635a14a888e (patch)
tree585b494eeb66a776653ecc4c666d6222439411bf /bot
parentremoved the embed lines (diff)
removed unused imports
Diffstat (limited to 'bot')
-rw-r--r--bot/seasons/easter/april_fools_vids.py3
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__)