aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-04-02 22:58:48 +0100
committerGravatar GitHub <[email protected]>2019-04-02 22:58:48 +0100
commit724df41604d4e8483ac83a474e2b0305be6b4cf2 (patch)
tree7d87f265508cf93771707639be4afcb4aeca9cb9
parentFixed indentation of doc string (diff)
Update bot/seasons/easter/traditions.py
Co-Authored-By: RohanRadia <[email protected]>
-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 69197031..05cd79f3 100644
--- a/bot/seasons/easter/traditions.py
+++ b/bot/seasons/easter/traditions.py
@@ -17,7 +17,7 @@ class Traditions(commands.Cog):
def __init__(self, bot):
self.bot = bot
- @commands.command(alias='eastercustoms')
+ @commands.command(aliases=('eastercustoms',))
async def easter_tradition(self, ctx):
"""Responds with a random tradition or custom"""