Skip to content

Commit

Permalink
Beta438 (#438)
Browse files Browse the repository at this point in the history
* beta430

* beta431

* beta432

* beta433

* beta434

* bet435

* beta436

* beta437

* beta438
  • Loading branch information
Hoshinonyaruko authored Jun 26, 2024
1 parent 6c22ab3 commit 5741b2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ func main() {
defer idmap.CloseDB()
defer botstats.CloseDB()

if *c {
mylog.Printf("开始清理ids\n")
idmap.ClearBucket("ids")
mylog.Printf("ids清理完成\n")
}

if configURL == "" && !fix11300 { //初始化handlers
handlers.BotID = me.ID
} else { //初始化handlers
Expand Down

0 comments on commit 5741b2e

Please sign in to comment.