Miao-Yunzai/app.js

3 lines
69 B
JavaScript

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