diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 7b8562777..726443209 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -38,13 +38,14 @@ log = logging.getLogger("red.core.cogs.Streams") @cog_i18n(_) class Streams(commands.Cog): - """Various commands realting to streaming platforms. + """Various commands relating 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. + currently live. Stream alerts can also be configured to + automatically post in a channel when a streamer goes live. - Twitch and YouTube need API tokens. + Twitch and YouTube require access to their API, so you need to + set API tokens. """ global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}