aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/hacktober/halloween_facts.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-11-20 15:14:46 +0100
committerGravatar Leon Sandøy <[email protected]>2018-11-20 15:14:46 +0100
commit87580f3414d3873a688b31352832ebd1a1527a2a (patch)
tree9ee1331f24e36d6f1de4190c469b94eb12f93f9e /bot/cogs/hacktober/halloween_facts.py
parentMerge branch 'meooow25-spookysound' (diff)
parentFixing flake8 errors, and making the gif post inside an embed. (diff)
Merge branch 'markylon-gif'
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: