UNPKG

el-bot

Version:

A quick qq bot framework for mirai.

9 lines (6 loc) 183 B
import type { Bot } from 'el-bot' // interface GitHubOptions {} export default function (ctx: Bot) { const { cli } = ctx cli.command('github').description('GitHub 小助手') }