UNPKG

koishi-plugin-genshin

Version:

Genshin Impact player data fetcher and gacha simulator for Koishi.js

12 lines (9 loc) 205 B
const { GenshinKit } = require('genshin-kit') const App = new GenshinKit() const { cookie, uid } = require('./secret') // 登录 App.loginWithCookie(cookie) module.exports = { App, uid, }