修复群管定时提醒无法取消

This commit is contained in:
fumiama
2021-07-18 20:29:55 +08:00
parent a439ffcc95
commit aa9fa3af32
3 changed files with 44 additions and 49 deletions

4
go.mod
View File

@@ -5,7 +5,7 @@ go 1.16
require (
github.com/FloatTech/AnimeAPI v0.0.0-20210713044920-63367fe18ccd
github.com/FloatTech/ZeroBot-ACGImage v1.1.2
github.com/FloatTech/ZeroBot-Plugin-Timer v1.2.2
github.com/FloatTech/ZeroBot-Plugin-Timer v1.2.4
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/robfig/cron v1.2.0
@@ -16,5 +16,7 @@ require (
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/wdvxdr1123/ZeroBot v1.2.1
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.3-0.20210608163600-9ed039809d4c // indirect
modernc.org/sqlite v1.11.1
)