UNPKG

mumu-bot

Version:

QQ bot framework, based on mirai-api-http

10 lines (9 loc) 195 B
import { definePlugin } from "./index.mjs"; export default definePlugin({ name: "Help", load: (bot) => { bot.command("help", (ctx) => { ctx.reply("Bot help text."); }); } });