Skip to content

Commit

Permalink
fix: remove testing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Dec 26, 2024
1 parent 1c71959 commit bf38d5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/src/models/Instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default class Instance {
this.aliveCheckController = new AliveCheckController(this, this.tgBot, this.tgUser, this.oicq);
this.loadingController = new LoadingController(this, this.tgBot, this.tgUser, this.oicq);
this.forwardPairs = await ForwardPairs.load(this.id, this.oicq, this.tgBot, this.tgUser);
await sleep(10000);
this.setupCommands()
.then(() => this.log.info('命令设置成功'))
.catch(e => {
Expand Down

0 comments on commit bf38d5d

Please sign in to comment.