Hi:
Is there a simple way to read messages from chat and determine how many emotes the message contains? I am building a bot using Javascript to read each message.
Thanks
Hi:
Is there a simple way to read messages from chat and determine how many emotes the message contains? I am building a bot using Javascript to read each message.
Thanks
Parse the tags in the privmsg and count the emotes in the tags
An example showing how to parse in JS
Thank you. I will try this method.