From 35e83855a8550adb166efc243e3953b38bc4c213 Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Sun, 31 May 2020 13:15:38 +0100 Subject: [PATCH] remove admin only commands --- redbot/cogs/streams/streams.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 726443209..55840ed50 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -41,11 +41,7 @@ class Streams(commands.Cog): """Various commands relating to streaming platforms. You can check if a Twitch, YouTube, Picarto or Mixer stream is - currently live. Stream alerts can also be configured to - 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. + currently live. """ global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}