update abstracted channels list

This commit is contained in:
Matthew Brown 2022-12-04 09:41:49 +00:00
parent 3dde0c898c
commit 59a9c6de0e

View File

@ -17,13 +17,9 @@ namespace Bloxstrap.Helpers
public static readonly List<string> ChannelsAbstracted = new List<string>() public static readonly List<string> ChannelsAbstracted = new List<string>()
{ {
"LIVE", "LIVE",
"ZAvatarTeam",
"ZCanary",
"ZFlag",
"ZIntegration",
"ZLive",
"ZNext", "ZNext",
"ZSocialTeam" "ZCanary",
"ZIntegration"
}; };
// why not? // why not?