diff options
-rw-r--r-- | bot/seasons/easter/traditions.py | 2 |
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""" |