mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
wait grammar exists? who knew...
This commit is contained in:
parent
049f23071c
commit
6b086e3eb2
@ -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": []}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user