UNPKG

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

20 lines (19 loc) 638 B
{ "user_tracker": { "commands": { "list_chatters": { "description": "Get a list of all the people that have chatted in the current stream.", "chatter_list": "There %{verb} %{count} %{description} %{chatter_count_description}: ", "chatters": "chatter |||| chatters", "chatters_verb": "is |||| are", "separator": ", " }, "list_actives": { "description": "Get a list of all the people that are currently chatting in this stream." }, "list_inactives": { "description": "Get a list of all the people that were chatting in the stream earlier, but have gone quiet." } } } }