UNPKG

koishi-plugin-interactive

Version:

多功能互动型QQ机器人插件,支持猜数字、每日签到、幸运抽奖、积分商店、排行榜、成就系统、个人资料、随机互动、每日提醒等功能

12 lines 223 B
{ "compilerOptions": { "module": "commonjs", "target": "ES2022", "esModuleInterop": true, "skipLibCheck": true, "strict": true, "outDir": "./lib", "rootDir": "./src" }, "include": ["src"] }