aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/fun/color.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/bot/exts/fun/color.py b/bot/exts/fun/color.py
index a00a956b..dd922bf9 100644
--- a/bot/exts/fun/color.py
+++ b/bot/exts/fun/color.py
@@ -1,16 +1,18 @@
# imports
+import colorsys
import logging
-import colorsys
-import pillow
+import PIL
from discord import Embed
-# ! need to install discord-flags and add to poetry.lock file
-from discord.ext import commands, flags
+from discord.ext import commands
from rapidfuzz import process
from bot.bot import Bot
from bot.constants import Colours
+# Planning to use discord-flags, hence require changes to poetry.lock file
+# from discord.ext import flags
+
logger = logging.getLogger(__name__)
# constants if needed