@kotori-bot/kotori-plugin-helper
Version:
helper and menu plugin
19 lines (18 loc) • 914 B
JSON
{
"helper.descr.help": "View command help info",
"helper.descr.menu": "View Bot's menu",
"helper.msg.help": "Found the following related commands: %content%",
"helper.msg.descr.fail": "No related command found",
"helper.msg.descr.command": "\n%root%%args%%description%%options%%help%%alias%",
"helper.template.help": "\n %content%",
"helper.template.alias": "\n Aliases: %content%",
"helper.template.alias.delimiter": ", ",
"helper.template.arg.required": " <%name%%type%%default%>",
"helper.template.arg.optional": " [%name%%type%%default%]",
"helper.template.arg.type": ": %content%",
"helper.template.default": " = %content%",
"helper.template.description": " - %content%",
"helper.template.options": "\n Argument Description: %content%",
"helper.template.option": "\n -%name%, --%realname%%type%%description%",
"helper.template.option.type": " Type: %type%"
}