wait grammar exists? who knew...

This commit is contained in:
Vexed01 2020-05-31 11:16:39 +01:00
parent 049f23071c
commit 6b086e3eb2

View File

@ -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": []}