Currently I check that a message came from a MOD by using this:
if (tags.mod == true) { do something here }
My question is if there is a way to test for the broadcaster in a similar way: e.g
If (tags.broadcaster == true) <— will this work? If not, how do I check that the message is a broadcaster’s ?
Thanks