ComfyJS icon indicating copy to clipboard operation
ComfyJS copied to clipboard

Comfiest Twitch Chat Library for JavaScript | NodeJS + Browser Support

Results 22 ComfyJS issues
Sort by recently updated
recently updated
newest added

Hi. I've never coded before, but I decided that creating my own Twitch Chat overlay using ComfyJS would be a great opportunity to start learning. And it was! I have...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hello I am very grateful for your work There's been a problem recently my code: ``` ComfyJS.Init( BOT_USERNAME, OAUTH_TOKEN, [ "A", "B" ] ); ``` There is no error, but...

Not sure if this is intentional, but there's an ugly exception on the console if you call `ComfyJS.Disconnect()` when the connection has not fully established.

Currently you have a few flags that determine if it's a mod, sub, etc, but I don't see one for Follower. Is this something that can be added?

First off, thanks for this. I've been able to get a lot of info. For regular messages, getting the emotes was a matter of parsing and using the messageEmotes found...

This feature has a problem. When I add in the third argument of the 'Comfy.Init' function something other than undefined, null, or false, the main channel no longer calls the...

First, this is an awesome repositories that can be applied easily, but i think it will be perfect if have a event like "onFollow" or "onLoyalpoint", thank you.

when i console.log(extra) on chat messages it returns false. `ComfyJS.onChat = (user, message, flags, extra) => { console.log(extra); }`