Typo in code that prevented RSS toggle off/delete

This commit is contained in:
BlauFeuer 2017-03-20 06:06:04 -04:00 committed by GitHub
parent 63c7ea3ab7
commit 7738d06fea

View file

@ -372,7 +372,7 @@ class RSSBot(Bot):
RuntimeError: If `ev_channel` does not exist.
"""
if not _RSS_EMABLED:
if not _RSS_ENABLED:
# The bot was created, then RSS was turned off. Delete ourselves.
self.delete()
return