Added policies. Added action for channel ad break ending.

This commit is contained in:
Tom
2024-10-22 07:54:59 +00:00
parent f1f345970f
commit 07b035039d
15 changed files with 453 additions and 163 deletions

View File

@ -9,5 +9,6 @@ namespace TwitchChatTTS.Chat.Commands
Syntax = 4,
Fail = 5,
OtherRoom = 6,
RateLimited = 7
}
}