diff options
author | 2022-04-18 17:55:58 +0100 | |
---|---|---|
committer | 2022-04-18 17:55:58 +0100 | |
commit | c92fc31b0f3a66bc934151e754dc5825f3425594 (patch) | |
tree | 8509ec36ef0b9a531ecfe993c08b0a2308df27b5 | |
parent | Add missing underscores to test function names (diff) |
Remove unused instance var from OTN cog
-rw-r--r-- | bot/exts/fun/off_topic_names.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/fun/off_topic_names.py b/bot/exts/fun/off_topic_names.py index db03a6620..85dbdd641 100644 --- a/bot/exts/fun/off_topic_names.py +++ b/bot/exts/fun/off_topic_names.py @@ -21,7 +21,6 @@ class OffTopicNames(Cog): def __init__(self, bot: Bot): self.bot = bot - self.updater_task = None # What errors to handle and restart the task using an exponential back-off algorithm self.update_names.add_exception_type(ResponseCodeError) |