aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/easter/traditions.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/easter/traditions.py')
-rw-r--r--bot/seasons/easter/traditions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/traditions.py b/bot/seasons/easter/traditions.py
index f04b8828..b0bf04d7 100644
--- a/bot/seasons/easter/traditions.py
+++ b/bot/seasons/easter/traditions.py
@@ -19,7 +19,7 @@ class Traditions(commands.Cog):
@commands.command(aliases=('eastercustoms',))
async def easter_tradition(self, ctx):
- """Responds with a random tradition or custom"""
+ """Responds with a random tradition or custom."""
random_country = random.choice(list(traditions))
await ctx.send(f"{random_country}:\n{traditions[random_country]}")