UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

8 lines (7 loc) 349 B
import { Context } from "koishi"; import { Config } from "../../../config"; import { AioOauthTokenResponse } from "../interfaces/aiosaber"; export declare const aioRequest: (ctx: Context, cfg: Config) => { getBSOAuthToken: (key: string) => Promise<AioOauthTokenResponse>; getBLOAuthToken: (key: string) => Promise<AioOauthTokenResponse>; };