Remove the last remnant of communities

This commit is contained in:
palmtree5 2020-04-17 21:38:32 -08:00
parent 6a3a79947a
commit a3ca78b64a

View File

@ -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"