Generalized the ChatMessageReader to make it work with ChannelResubscrition. Added connections refresh command.
This commit is contained in:
@ -10,7 +10,7 @@ namespace TwitchChatTTS.Chat.Commands.Parameters
|
||||
{
|
||||
}
|
||||
|
||||
public override bool Validate(string value, ChannelChatMessage message)
|
||||
public override bool Validate(string value, TwitchChatFragment[] fragments)
|
||||
{
|
||||
return _values.Contains(value.ToLower());
|
||||
}
|
||||
|
Reference in New Issue
Block a user