Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
修复 验证码失效
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo committed May 7, 2022
1 parent e7fd2d6 commit 931a963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/Core.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (b *Bot) PrintMemStats() {

// Bot 内置了"周期任务","数据库"
type Bot struct {
OPQBot.BotManager
*OPQBot.BotManager
BotCronManager utils.BotCron
Modules map[string]*Module
DB *gorm.DB
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ require (
github.com/go-ego/gse v0.67.0
github.com/go-playground/webhooks/v6 v6.0.0-beta.3
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha2.0.20210427211137-fa175eb84754
github.com/mattn/go-colorable v0.1.12
github.com/mcoo/OPQBot v0.1.3-0.20210810005546-9184d3f843af
github.com/mcoo/OPQBot v0.2.1
github.com/mcoo/gg v1.3.0-edit
github.com/mcoo/requests v0.0.2
github.com/mcoo/sqlite v1.1.4-fix-1
Expand All @@ -27,6 +28,7 @@ require (
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
Expand Down

0 comments on commit 931a963

Please sign in to comment.