diff options
Diffstat (limited to 'bot/seasons/halloween/spookyrating.py')
| -rw-r--r-- | bot/seasons/halloween/spookyrating.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot/seasons/halloween/spookyrating.py b/bot/seasons/halloween/spookyrating.py index a9cfda9b..18a963e0 100644 --- a/bot/seasons/halloween/spookyrating.py +++ b/bot/seasons/halloween/spookyrating.py @@ -31,7 +31,6 @@ class SpookyRating(commands.Cog): Any user will always yield the same result, no matter who calls the command """ - if who is None: who = ctx.author @@ -63,6 +62,6 @@ class SpookyRating(commands.Cog): def setup(bot): - """Cog load.""" + """Spooky Rating Cog load.""" bot.add_cog(SpookyRating(bot)) log.info("SpookyRating cog loaded") |