2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00
xiaoyao-cvs-plugin/apps/help.js

12 lines
315 B
JavaScript
Raw Normal View History

2022-06-20 21:43:24 +08:00
import { segment } from "oicq";
const _path = process.cwd();
export async function calendar(e) {
e.reply("当前版本支持:\n角色、武器、食谱、怪物、圣遗物\n指令例魔女图鉴")
return true;
}
export async function versionInfo(e) {
e.reply("当前图鉴版本1.0.1")
return true;
}