MacroGraph icon indicating copy to clipboard operation
MacroGraph copied to clipboard

Add "Send Chat Reply" for Twitch

Open iLynxcat opened this issue 1 year ago • 4 comments

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 avatar Aug 14 '24 11:08 iLynxcat

@iLynxcat is attempting to deploy a commit to the Brendonovich Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Aug 14 '24 11:08 vercel[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 14 '24 11:08 CLAassistant

If #449 is resolved I think it'd be better to have this as just part of Send Chat Message

Hannah-GBS avatar Aug 14 '24 12:08 Hannah-GBS

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

iLynxcat avatar Aug 14 '24 12:08 iLynxcat

Will merge this for now, can be merged into the main chat schema with #449

Brendonovich avatar Aug 17 '24 02:08 Brendonovich