Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twitch Send Chat Reply doesn't work #492

Open
iLynxcat opened this issue Aug 24, 2024 · 2 comments
Open

twitch Send Chat Reply doesn't work #492

iLynxcat opened this issue Aug 24, 2024 · 2 comments

Comments

@iLynxcat
Copy link
Contributor

this passed typecheck locally when I implemented it (#448), couldn't test because there were issues with auth at the time but it got merged anyway -- apparently in tmi.js (unmaintained btw) Client#reply() doesn't exist in this version, nor does the third tags parameter that'd otherwise allow us to manually do it in Client#say()

@iLynxcat
Copy link
Contributor Author

iLynxcat commented Aug 24, 2024

might use pnpm to patch tmi with say(..., ..., tags) [internally that's what the tmi.js 1.9.0 rc does with reply()]

@iLynxcat
Copy link
Contributor Author

nvm not an easy patch... no clue how stable the rc (from 2 years ago) which support this is, might just PR a removal of this node until I look into this more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant