aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/hacktober/halloween_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/cogs/hacktober/halloween_facts.py')
-rw-r--r--bot/cogs/hacktober/halloween_facts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/hacktober/halloween_facts.py b/bot/cogs/hacktober/halloween_facts.py
index bd164e30..7b5b866b 100644
--- a/bot/cogs/hacktober/halloween_facts.py
+++ b/bot/cogs/hacktober/halloween_facts.py
@@ -39,7 +39,7 @@ class HalloweenFacts:
async def _fact_publisher_task(self):
"""
A background task that runs forever, sending Halloween facts at random to the Discord channel with id equal to
- HACKTOBERFEST_CHANNEL_ID every INTERVAL seconds.
+ HACKTOBER_CHANNEL_ID every INTERVAL seconds.
"""
facts = list(enumerate(self.halloween_facts))
while True: