@kotori-bot/kotori-plugin-helper
Version:
helper and menu plugin
19 lines (18 loc) • 910 B
JSON
{
"helper.descr.help": "查看指令帮助信息",
"helper.descr.menu": "查看 BOT 菜单",
"helper.msg.help": "查询到以下相关指令:%content%",
"helper.msg.descr.fail": "未查询到相关指令",
"helper.msg.descr.command": "\n%root%%args%%description%%options%%help%%alias%",
"helper.template.help": "\n %content%",
"helper.template.alias": "\n 别名:%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 参数说明:%content%",
"helper.template.option": "\n -%name%, --%realname%%type%%description%",
"helper.template.option.type": " 类型:%type%"
}