aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanRadia <[email protected]>2019-05-11 19:55:36 +0100
committerGravatar GitHub <[email protected]>2019-05-11 19:55:36 +0100
commit1922bf2dffa041841e76411ee84bd43c8d77c97f (patch)
tree65f219c6723cbad466a60757100c67b345618979
parentRemoved embed, condensed code. (diff)
Removed unused import.
-rw-r--r--bot/seasons/halloween/8ball.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/halloween/8ball.py b/bot/seasons/halloween/8ball.py
index cdd37a5a..af037e53 100644
--- a/bot/seasons/halloween/8ball.py
+++ b/bot/seasons/halloween/8ball.py
@@ -4,7 +4,6 @@ import logging
import random
from pathlib import Path
-import discord
from discord.ext import commands
log = logging.getLogger(__name__)