Add "Send Chat Reply" for Twitch
Creates a "Send Chat Reply" node for Twitch that takes in a parent message ID to reply to. I originally incorporated this into the original Send Chat Message node but didn't want to deal with making users use Make Some to satisfy the Option requirement.
Uses tmi.js' reply() function: https://github.com/tmijs/tmi.js/commit/7d92df25e3b3057f9446a536f4b877a7109298e4
@iLynxcat is attempting to deploy a commit to the Brendonovich Team on Vercel.
A member of the Team first needs to authorize it.
If #449 is resolved I think it'd be better to have this as just part of Send Chat Message
I agree, that's how I originally implemented it but didn't want to make users fuss with optionals. would love to see it simplified with that, might crack at implementing that if I have time but my time is pretty limited right now
Will merge this for now, can be merged into the main chat schema with #449