instafluff / ComfyJS

Comfiest Twitch Chat Library for JavaScript | NodeJS + Browser Support
MIT License
403 stars 44 forks source link

extra parameter returns false onChat #15

Open Nullcano opened 4 years ago

Nullcano commented 4 years ago

when i console.log(extra) on chat messages it returns false.

ComfyJS.onChat = (user, message, flags, extra) => { console.log(extra); }

Nullcano commented 4 years ago

fixed by using a different version