Unclear Mention of Regex for Bits Parameter
Hi! For the bits parameter on PRIVMSG, it's not clear to me what this means:
"The amount of cheer/Bits employed by the user. All instances of these regular expressions:
/(^|\s)<emote-name>\d+(\s|$)/"
I'm just not sure what I should be using this regex on or how this fits with the example message provided.
1
vote

-
I'll update the docs, thanks for mentioning this. It should read something like, "All instances follow the regular expression:"
In other words, any Cheer would be the name of an emote immediately followed by digits without any space in-between.