aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/spookyrating.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/halloween/spookyrating.py')
-rw-r--r--bot/seasons/halloween/spookyrating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookyrating.py b/bot/seasons/halloween/spookyrating.py
index 02e6f6b9..7f78f536 100644
--- a/bot/seasons/halloween/spookyrating.py
+++ b/bot/seasons/halloween/spookyrating.py
@@ -17,7 +17,7 @@ with Path("bot/resources/halloween/spooky_rating.json").open() as file:
class SpookyRating(commands.Cog):
- """A cog for calculating one's spooky rating"""
+ """A cog for calculating one's spooky rating."""
def __init__(self, bot: commands.Bot):
self.bot = bot