mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
refactor: log path
This commit is contained in:
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@@ -43,7 +43,7 @@ declare var llonebot: {
|
||||
setConfig(config: Config):void;
|
||||
getConfig():Promise<Config>;
|
||||
setSelfInfo(selfInfo: SelfInfo):void;
|
||||
downloadFile(arg: {uri: string, localFilePath: string}):Promise<string>;
|
||||
downloadFile(arg: {uri: string, fileName: string}):Promise<string>;
|
||||
deleteFile(path: string[]):Promise<void>;
|
||||
getRunningStatus(): Promise<boolean>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user