Skip to content

Commit

Permalink
update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipraty authored Feb 26, 2024
1 parent 1b31960 commit 53b029a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapters/satori/src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export class SatoriAdapter<C extends Context = Context> extends Adapter.WsClient
bot = new SatoriBot(this.ctx, login)
bot.adapter = this
bot.http = this.http
bot.status = setStatus(Universal.Status.ONLINE)
bot.status = Universal.Status.ONLINE // Will this happen?
setStatus(bot.status)
this.bots.push(bot)
}

Expand Down

0 comments on commit 53b029a

Please sign in to comment.