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
13 lines (12 loc) • 582 B
JSON
{
"docs": {
"command_helpfile_description": "Produce documentation for the chat bot.",
"command_list": {
"heading": "%{bold_start}%{display_name}%{bold_end} (%{instance_version})%{newline}%{italic_start}automatically generated command list%{italic_end}\n\n%{bold_start}%{permission_group_description}%{bold_start}",
"alias_count": "Alias |||| Aliases",
"alias_list": "%{newline}%{bold_start}%{title}:%{bold_end} %{alias_list}",
"usage_text": "%{newline}%{bold_start}Usage:%{bold_end} %{usage}"
},
"success": "Documentation has been generated."
}
}