diff options
author | 2018-11-20 15:14:32 +0100 | |
---|---|---|
committer | 2018-11-20 15:14:32 +0100 | |
commit | 42e5af85dd55b754d93374263ea7bcee85075f34 (patch) | |
tree | 9ee1331f24e36d6f1de4190c469b94eb12f93f9e /bot/cogs/hacktober/halloween_facts.py | |
parent | Merge branch 'gif' of https://github.com/markylon/hacktoberbot into markylon-gif (diff) |
Fixing flake8 errors, and making the gif post inside an embed.
Diffstat (limited to 'bot/cogs/hacktober/halloween_facts.py')
-rw-r--r-- | bot/cogs/hacktober/halloween_facts.py | 2 |
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: |