aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/easter/egg_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/holidays/easter/egg_facts.py')
-rw-r--r--bot/exts/holidays/easter/egg_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/holidays/easter/egg_facts.py b/bot/exts/holidays/easter/egg_facts.py
index 5f216e0d..152af6a4 100644
--- a/bot/exts/holidays/easter/egg_facts.py
+++ b/bot/exts/holidays/easter/egg_facts.py
@@ -31,7 +31,7 @@ class EasterFacts(commands.Cog):
"""A background task that sends an easter egg fact in the event channel everyday."""
await self.bot.wait_until_guild_available()
- channel = self.bot.get_channel(Channels.community_bot_commands)
+ channel = self.bot.get_channel(Channels.sir_lancebot_playground)
await channel.send(embed=self.make_embed())
@commands.command(name="eggfact", aliases=("fact",))