diff options
| author | 2020-03-11 17:47:58 +0200 | |
|---|---|---|
| committer | 2020-03-11 17:47:58 +0200 | |
| commit | 570cb893a38d8da7f4445539de87b0579e4c934c (patch) | |
| tree | 84d6bcd3ce83d86d39979616cc6655d632d2ac96 /bot/seasons/pride/pride_facts.py | |
| parent | (Space Cog): Clean comments (diff) | |
| parent | Merge branch 'master' into space-cog (diff) | |
Merge remote-tracking branch 'origin/space-cog' into space-cog
Diffstat (limited to 'bot/seasons/pride/pride_facts.py')
| -rw-r--r-- | bot/seasons/pride/pride_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/pride/pride_facts.py b/bot/seasons/pride/pride_facts.py index b705bfb4..5c19dfd0 100644 --- a/bot/seasons/pride/pride_facts.py +++ b/bot/seasons/pride/pride_facts.py @@ -33,7 +33,7 @@ class PrideFacts(commands.Cog): async def send_pride_fact_daily(self) -> None: """Background task to post the daily pride fact every day.""" - channel = self.bot.get_channel(Channels.seasonalbot_chat) + channel = self.bot.get_channel(Channels.seasonalbot_commands) while True: await self.send_select_fact(channel, datetime.utcnow()) await asyncio.sleep(24 * 60 * 60) |