diff options
-rw-r--r-- | bot/seasons/halloween/8ball.py | 1 |
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__) |