Commit c358a39b authored by nanahira's avatar nanahira

type

parent 6c52e01f
......@@ -26,7 +26,7 @@ const log = bunyan.createLogger({
name: "hisoutensoku-terminator"
});
let CoolQ: any, config: Config;
let CoolQ: CQHttp, config: Config;
function sleep(time: number): Promise<void> {
return new Promise((resolve, reject) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment