aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/halloween/spookifications.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-11-07 15:09:14 +0000
committerGravatar GitHub <[email protected]>2021-11-07 15:09:14 +0000
commitcfd5d2a543dbf9bd69be5aab20ac32ebe4fd6b64 (patch)
tree35913fd3a642a75e84929f0d8534c50eab3b659c /bot/utils/halloween/spookifications.py
parentAdd a border around the scary bat (diff)
parentHandle `.wtf` command without query (#939) (diff)
Merge branch 'main' into Add-border-around-bat
Diffstat (limited to 'bot/utils/halloween/spookifications.py')
-rw-r--r--bot/utils/halloween/spookifications.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/utils/halloween/spookifications.py b/bot/utils/halloween/spookifications.py
index 93c5ddb9..c45ef8dc 100644
--- a/bot/utils/halloween/spookifications.py
+++ b/bot/utils/halloween/spookifications.py
@@ -1,8 +1,7 @@
import logging
from random import choice, randint
-from PIL import Image
-from PIL import ImageOps
+from PIL import Image, ImageOps
log = logging.getLogger()