diff options
author | 2019-04-02 22:58:48 +0100 | |
---|---|---|
committer | 2019-04-02 22:58:48 +0100 | |
commit | 724df41604d4e8483ac83a474e2b0305be6b4cf2 (patch) | |
tree | 7d87f265508cf93771707639be4afcb4aeca9cb9 | |
parent | Fixed indentation of doc string (diff) |
Update bot/seasons/easter/traditions.py
Co-Authored-By: RohanRadia <[email protected]>
-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""" |