From a3ca78b64a0472b793cc2ed1d56dd1b91b8aa0f9 Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Fri, 17 Apr 2020 21:38:32 -0800 Subject: [PATCH] Remove the last remnant of communities --- redbot/cogs/streams/streamtypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/redbot/cogs/streams/streamtypes.py b/redbot/cogs/streams/streamtypes.py index 265cb2291..a99bc8313 100644 --- a/redbot/cogs/streams/streamtypes.py +++ b/redbot/cogs/streams/streamtypes.py @@ -21,7 +21,6 @@ from redbot.core.utils.chat_formatting import humanize_number TWITCH_BASE_URL = "https://api.twitch.tv" TWITCH_ID_ENDPOINT = TWITCH_BASE_URL + "/helix/users" TWITCH_STREAMS_ENDPOINT = TWITCH_BASE_URL + "/helix/streams/" -TWITCH_COMMUNITIES_ENDPOINT = TWITCH_BASE_URL + "/helix/communities" YOUTUBE_BASE_URL = "https://www.googleapis.com/youtube/v3" YOUTUBE_CHANNELS_ENDPOINT = YOUTUBE_BASE_URL + "/channels"