mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
[Streams] Remove communities support (#2223)
See [this blog post](https://blog.twitch.tv/introducing-tags-and-new-categories-33744ef7b04f), communities on Twitch have been discontinued.
This commit is contained in:
committed by
Toby Harradine
parent
b65466cebd
commit
77a0a67029
@@ -6,10 +6,6 @@ class StreamNotFound(StreamsError):
|
||||
pass
|
||||
|
||||
|
||||
class CommunityNotFound(StreamsError):
|
||||
pass
|
||||
|
||||
|
||||
class APIError(StreamsError):
|
||||
pass
|
||||
|
||||
@@ -24,7 +20,3 @@ class InvalidYoutubeCredentials(StreamsError):
|
||||
|
||||
class OfflineStream(StreamsError):
|
||||
pass
|
||||
|
||||
|
||||
class OfflineCommunity(StreamsError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user