twitch-chat-bot
Version:
an attempt to provide a generic, but highly-configurable platform for developers intending to create Twitch chat bots in Node.js
21 lines (20 loc) • 363 B
JSON
{
"permissions": {
"all_users": {
"description": "Alle Nutzer"
},
"vips": {
"description": "VIPs"
},
"subs": {
"description": "Abonnentinnen"
},
"mods": {
"description": "Moderatorinnen"
},
"broadcaster": {
"description": "Rundfunkveranstalterin"
},
"no_description": "keine Beschreibung vorhanden."
}
}