aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/holidays/easter/egg_facts.py
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-02-20 11:29:20 +0000
committerGravatar Izan <[email protected]>2022-02-20 11:29:20 +0000
commite232b7c4a870da800cbb40f2d5fbd0af8084be1f (patch)
tree75262960566ab049653ce70176b77b73c0e2fee2 /bot/exts/holidays/easter/egg_facts.py
parentMerge remote-tracking branch 'origin/main' into main (diff)
parentAllow `.src` in dev-contrib and community-meta (#1033) (diff)
Merge remote-tracking branch 'origin/main' into main
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",))