mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
add class docstring to streams
This commit is contained in:
parent
c9cfa92b04
commit
873c7be99e
@ -38,7 +38,15 @@ log = logging.getLogger("red.core.cogs.Streams")
|
||||
|
||||
@cog_i18n(_)
|
||||
class Streams(commands.Cog):
|
||||
"""Various commands realting 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.
|
||||
|
||||
Twitch and YouTube need API tokens to work.
|
||||
"""
|
||||
|
||||
global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}
|
||||
|
||||
guild_defaults = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user