diff options
Diffstat (limited to 'bot/seasons/easter')
| -rw-r--r-- | bot/seasons/easter/__init__.py | 2 | ||||
| -rw-r--r-- | bot/seasons/easter/egg_facts.py | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/bot/seasons/easter/__init__.py b/bot/seasons/easter/__init__.py index 1d77b6a6..dd60bf5c 100644 --- a/bot/seasons/easter/__init__.py +++ b/bot/seasons/easter/__init__.py @@ -16,7 +16,7 @@ class Easter(SeasonBase):       • You may see stuff like an Easter themed esoteric challenge, a celebration of Earth Day, or      Easter-related micro-events for you to join. Stay tuned! -    If you'd like to contribute, head on over to <#542272993192050698> and we will help you get +    If you'd like to contribute, head on over to <#635950537262759947> and we will help you get      started. It doesn't matter if you're new to open source or Python, if you'd like to help, we      will find you a task and teach you what you need to know.      """ diff --git a/bot/seasons/easter/egg_facts.py b/bot/seasons/easter/egg_facts.py index 9e6fb1cb..e66e25a3 100644 --- a/bot/seasons/easter/egg_facts.py +++ b/bot/seasons/easter/egg_facts.py @@ -34,7 +34,7 @@ class EasterFacts(commands.Cog):      async def send_egg_fact_daily(self) -> None:          """A background task that sends an easter egg fact in the event channel everyday.""" -        channel = self.bot.get_channel(Channels.seasonalbot_chat) +        channel = self.bot.get_channel(Channels.seasonalbot_commands)          while True:              embed = self.make_embed()              await channel.send(embed=embed)  |