From 15523ae20ded473c56ca4cad18965b45833e5604 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 1 Apr 2021 16:46:58 +0100 Subject: Describe redis cache var better in stream cog --- bot/exts/moderation/stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py index 87d3a345c..f2e34e910 100644 --- a/bot/exts/moderation/stream.py +++ b/bot/exts/moderation/stream.py @@ -18,7 +18,7 @@ class Stream(commands.Cog): """Grant and revoke streaming permissions from users.""" # Stores tasks to remove streaming permission - # User id : timestamp relation + # RedisCache[discord.Member.id, UtcPosixTimestamp] task_cache = RedisCache() def __init__(self, bot: Bot): -- cgit v1.2.3