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
2022-06-20 21:43:43 +08:00

12 lines
315 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;
}