UNPKG

koishi-plugin-beatsaber-bot

Version:

一个 用于 BeatSaber 的 koishi Bot 插件

6 lines (5 loc) 408 B
import { RemoteRenderOpts } from "../interfaces"; import { h } from "koishi"; export declare const renderRemoteMap: (mapId: string, opts: RemoteRenderOpts) => Promise<h>; export declare const renderRemoteRank: (uid: string, platform: string, renderOpts: RemoteRenderOpts) => Promise<h>; export declare const renderRemoteScore: (scoreId: string, platform: string, renderOpts: RemoteRenderOpts) => Promise<h>;