diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/holidays/hanukkah/hanukkah_embed.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/holidays/hanukkah/hanukkah_embed.py b/bot/exts/holidays/hanukkah/hanukkah_embed.py index 00125be3..ac3eab7b 100644 --- a/bot/exts/holidays/hanukkah/hanukkah_embed.py +++ b/bot/exts/holidays/hanukkah/hanukkah_embed.py @@ -37,7 +37,7 @@ class HanukkahEmbed(commands.Cog):                  hanukkah_dates.append(date)          return hanukkah_dates -    @in_month(Month.DECEMBER) +    @in_month(Month.NOVEMBER, Month.DECEMBER)      @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).""" | 
