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(_) @cog_i18n(_)
class Streams(commands.Cog): 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 You can check if a Twitch, YouTube, Picarto or Mixer stream is
currently live. Alerts can also be configured to post in a currently live. Stream alerts can also be configured to
channel when a streamer goes live. 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": []} global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}