aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/spookifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/resources/spookifications.py')
-rw-r--r--bot/resources/spookifications.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/spookifications.py b/bot/resources/spookifications.py
index 43e8b038..2211049f 100644
--- a/bot/resources/spookifications.py
+++ b/bot/resources/spookifications.py
@@ -49,5 +49,5 @@ def get_random_effect(im):
"""Randomly selects and applies an effect."""
effects = [inversion, pentagram, bat]
effect = choice(effects)
- log.info("Spookyavatar's chosen effect:" + str(effect))
+ log.info("Spookyavatar's chosen effect: " + effect.__name__)
return effect(im)