add class docstring to streams

This commit is contained in:
Vexed01 2020-05-30 19:34:01 +01:00
parent c9cfa92b04
commit 873c7be99e

View File

@ -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 = {