remove admin only commands

This commit is contained in:
Vexed01 2020-05-31 13:15:38 +01:00
parent 6b086e3eb2
commit 35e83855a8

View File

@ -41,11 +41,7 @@ class Streams(commands.Cog):
"""Various commands relating 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. Stream alerts can also be configured to currently live.
automatically post in a channel when a streamer goes live.
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": []}