mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
style: syntax error
This commit is contained in:
parent
ce25c9752f
commit
b830cfbfa0
@ -187,7 +187,6 @@ export interface Config {
|
||||
debug?: boolean
|
||||
reportSelfMessage?: boolean
|
||||
log?: boolean
|
||||
reportSelfMessage?: boolean
|
||||
}
|
||||
|
||||
export interface SendMsgResult {
|
||||
|
@ -1,7 +1,5 @@
|
||||
/// <reference path="./global.d.ts" />
|
||||
|
||||
// import express from "express";
|
||||
// const { ipcRenderer } = require('electron');
|
||||
import {
|
||||
AtType,
|
||||
ChatType,
|
||||
@ -13,7 +11,6 @@ import {
|
||||
SendMsgResult,
|
||||
User
|
||||
} from "./common/types";
|
||||
import {checkFileReceived} from "./main/utils";
|
||||
|
||||
let self_qq: string = ""
|
||||
let groups: Group[] = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user