mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: send multi forward msg
This commit is contained in:
9
src/global.d.ts
vendored
9
src/global.d.ts
vendored
@@ -1,15 +1,10 @@
|
||||
import { Config } from "./common/types";
|
||||
import {LLOneBot} from "./preload";
|
||||
|
||||
|
||||
declare var llonebot: {
|
||||
log(data: any): void,
|
||||
setConfig(config: Config):void;
|
||||
getConfig():Promise<Config>;
|
||||
};
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
llonebot: typeof llonebot;
|
||||
llonebot: LLOneBot;
|
||||
LiteLoader: any;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user