Open mjfwebb opened 1 year ago
Do you mind if I work on this?
@6lr61 please do!
I don't think they support third-party clients connecting at all... :cry:
The server expects a "hello" message with a FrankerFaceZ client version string with the format: ffz_major.minor.patch
and a user id. (Which could be the hard coded anonymous user one, it's hard coded in the server code as well.)
I don't think they support third-party clients connecting at all... 😢
The server expects a "hello" message with a FrankerFaceZ client version string with the format:
ffz_major.minor.patch
and a user id. (Which could be the hard coded anonymous user one, it's hard coded in the server code as well.)
Could we not use that hard-coded id?
When a user adds a new emote to their emote source listen to these updates and subsequently update the emotes loaded into the bot.
Reference: https://github.com/FrankerFaceZ/FrankerFaceZ/blob/master/src/socket.js