Typo in code that prevented RSS toggle off/delete
This commit is contained in:
parent
63c7ea3ab7
commit
7738d06fea
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ class RSSBot(Bot):
|
||||||
RuntimeError: If `ev_channel` does not exist.
|
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.
|
# The bot was created, then RSS was turned off. Delete ourselves.
|
||||||
self.delete()
|
self.delete()
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue