aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/easter/egg_facts.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2020-03-01 18:57:39 -0500
committerGravatar S. Co1 <[email protected]>2020-03-01 18:57:39 -0500
commit10b63edcefa3dc53c833c0ce383b003823f7fa7c (patch)
tree4260d15d2f060e82fba1abcf1adfc84759e3324a /bot/seasons/easter/egg_facts.py
parentUpdate devlog channel constant (diff)
Strip references to seasonalbot chat
Redirect any output to seasonalbot commands, where relevant
Diffstat (limited to 'bot/seasons/easter/egg_facts.py')
-rw-r--r--bot/seasons/easter/egg_facts.py2
1 files changed, 1 insertions, 1 deletions
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)