From 6b086e3eb28ee7d08e596d1a47e35229bd117765 Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Sun, 31 May 2020 11:16:39 +0100 Subject: [PATCH] wait grammar exists? who knew... --- redbot/cogs/streams/streams.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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": []}