tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 217 forks source link

Mod only commands #409

Closed Domipoke closed 4 years ago

Domipoke commented 4 years ago
AlcaDesign commented 4 years ago

The badges property of the tags can have a moderator property which means the user is a moderator.

const badges = tags.badges || {};
if(badges.moderator) console.log(tags.username, 'is a mod');