mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Remove the last remnant of communities
This commit is contained in:
parent
6a3a79947a
commit
a3ca78b64a
@ -21,7 +21,6 @@ from redbot.core.utils.chat_formatting import humanize_number
|
|||||||
TWITCH_BASE_URL = "https://api.twitch.tv"
|
TWITCH_BASE_URL = "https://api.twitch.tv"
|
||||||
TWITCH_ID_ENDPOINT = TWITCH_BASE_URL + "/helix/users"
|
TWITCH_ID_ENDPOINT = TWITCH_BASE_URL + "/helix/users"
|
||||||
TWITCH_STREAMS_ENDPOINT = TWITCH_BASE_URL + "/helix/streams/"
|
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_BASE_URL = "https://www.googleapis.com/youtube/v3"
|
||||||
YOUTUBE_CHANNELS_ENDPOINT = YOUTUBE_BASE_URL + "/channels"
|
YOUTUBE_CHANNELS_ENDPOINT = YOUTUBE_BASE_URL + "/channels"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user