diff options
author | 2020-12-19 02:54:44 +0000 | |
---|---|---|
committer | 2020-12-19 02:54:44 +0000 | |
commit | d6e842f76e4f65cbd5d131cc341c8059a728393c (patch) | |
tree | 982b6c53e6ec1fe0c8cd81a165328ff09f3da207 | |
parent | Fix linting errors (diff) |
Remove member_gating_cache RedisDict
-rw-r--r-- | bot/exts/moderation/verification.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/exts/moderation/verification.py b/bot/exts/moderation/verification.py index 2b298950c..6239cf522 100644 --- a/bot/exts/moderation/verification.py +++ b/bot/exts/moderation/verification.py @@ -174,9 +174,6 @@ class Verification(Cog): # ] task_cache = RedisCache() - # Create a cache for storing recipients of the alternate welcome DM. - member_gating_cache = RedisCache() - def __init__(self, bot: Bot) -> None: """Start internal tasks.""" self.bot = bot |