diff options
| author | 2020-11-25 17:15:53 +0100 | |
|---|---|---|
| committer | 2020-11-25 17:15:53 +0100 | |
| commit | 39401cd99b4dffc423a88f18a6e08c7cf1bd26e9 (patch) | |
| tree | d7111beb894bb0de3b0af7385ecfdd4c6255eef4 | |
| parent | Merge branch 'master' into master (diff) | |
removing redundant class names
Co-authored-by: Mark <[email protected]>
| -rw-r--r-- | bot/exts/moderation/stream.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
