diff options
| author | 2021-05-15 12:53:00 -0400 | |
|---|---|---|
| committer | 2021-05-15 12:53:00 -0400 | |
| commit | 55d472a97efea392b4eb2b198ffa6f5f5026072d (patch) | |
| tree | d906bac511932bc33adba099efbcf9904c46dac3 /bot/exts/christmas/hanukkah_embed.py | |
| parent | chore: Update myvalenstate.py (diff) | |
chore: Make all aliases in commands tuples
Diffstat (limited to 'bot/exts/christmas/hanukkah_embed.py')
| -rw-r--r-- | bot/exts/christmas/hanukkah_embed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/christmas/hanukkah_embed.py b/bot/exts/christmas/hanukkah_embed.py index 77ef4684..7a06b558 100644 --- a/bot/exts/christmas/hanukkah_embed.py +++ b/bot/exts/christmas/hanukkah_embed.py @@ -38,7 +38,7 @@ class HanukkahEmbed(commands.Cog): return hanukkah_dates @in_month(Month.DECEMBER) - @commands.command(name="hanukkah", aliases=["chanukah"]) + @commands.command(name="hanukkah", aliases=("chanukah",)) async def hanukkah_festival(self, ctx: commands.Context) -> None: """Tells you about the Hanukkah Festivaltime of festival, festival day, etc).""" hanukkah_dates = await self.get_hanukkah_dates() |