Miao-Yunzai/app.js

3 lines
67 B
JavaScript

import Yunzai from "./lib/bot.js"
global.Bot = new Yunzai
Bot.run()