From 39401cd99b4dffc423a88f18a6e08c7cf1bd26e9 Mon Sep 17 00:00:00 2001 From: Harbys <44087388+Harbys@users.noreply.github.com> Date: Wed, 25 Nov 2020 17:15:53 +0100 Subject: removing redundant class names Co-authored-by: Mark --- 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 a44095273..92fd9955f 100644 --- a/bot/exts/moderation/stream.py +++ b/bot/exts/moderation/stream.py @@ -24,7 +24,7 @@ for key, entry in TIME_FORMATS.items(): class Stream(commands.Cog): - """Stream class handles giving screen sharing permission with commands.""" + """Grant and revoke streaming permissions from users.""" # Data cache storing userid to unix_time relation # user id is used to get member who's streaming permission need to be revoked after some time -- cgit v1.2.3