From 873c7be99ead9ba1e3379968f098957c4c02c57a Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Sat, 30 May 2020 19:34:01 +0100 Subject: [PATCH] add class docstring to streams --- redbot/cogs/streams/streams.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 4029dc4b2..e47e16407 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -38,7 +38,15 @@ log = logging.getLogger("red.core.cogs.Streams") @cog_i18n(_) class Streams(commands.Cog): + """Various commands realting to streaming platforms. + You can check if a Twitch, YouTube, Picarto or Mixer stream is + currently live. Alerts can also be configured to post in a + channel when a streamer goes live. + + Twitch and YouTube need API tokens to work. + """ + global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []} guild_defaults = {