UNPKG

koishi-plugin-mizuki-bot

Version:
4 lines (3 loc) 713 B
import { Context, Session } from 'koishi'; export declare const CommandSklandLogin: (ctx: Context, session: Session) => Promise<"二维码已失效,请重新发送登录指令" | "登录失败(未获取到ScanCode),请尝试重新发送登录指令" | "登录失败(未获取到Token),请尝试重新发送登录指令" | "登录失败(Token无效),请尝试重新发送登录指令" | "登录失败(未获取到授权代码),请尝试重新发送登录指令" | "登录失败(未获取到Cred),请尝试重新发送登录指令" | "登录失败(Cred无效),请尝试重新发送登录指令" | "登录成功">; export declare const CommandSklandAttendent: (ctx: Context, session: Session) => Promise<any>;