diff options
author | 2019-05-11 19:55:36 +0100 | |
---|---|---|
committer | 2019-05-11 19:55:36 +0100 | |
commit | 1922bf2dffa041841e76411ee84bd43c8d77c97f (patch) | |
tree | 65f219c6723cbad466a60757100c67b345618979 | |
parent | Removed embed, condensed code. (diff) |
Removed unused import.
-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__) |