diff --git a/plugin/qqwife/command.go b/plugin/qqwife/command.go index 86f78a87..c215be19 100644 --- a/plugin/qqwife/command.go +++ b/plugin/qqwife/command.go @@ -302,7 +302,7 @@ func init() { func (sql *婚姻登记) 查看设置(gid int64) (dbinfo updateinfo, err error) { sql.Lock() defer sql.Unlock() - // 创建群表哥 + // 创建群表格 err = sql.db.Create("updateinfo", &updateinfo{}) if err != nil { return @@ -350,7 +350,7 @@ func (sql *婚姻登记) 查户口(gid, uid int64) (info userinfo, err error) { sql.Lock() defer sql.Unlock() gidstr := "group" + strconv.FormatInt(gid, 10) - // 创建群表哥 + // 创建群表格 err = sql.db.Create(gidstr, &userinfo{}) if err != nil { return diff --git a/plugin/saucenao/searcher.go b/plugin/saucenao/searcher.go index a191df21..10107efd 100644 --- a/plugin/saucenao/searcher.go +++ b/plugin/saucenao/searcher.go @@ -74,15 +74,15 @@ func init() { // 插件主体 imgs = append(imgs, message.Image(m.String())) continue } - logrus.Debugln("[sausenao]开始下载", n) - logrus.Debugln("[sausenao]urls:", illust.ImageUrls) + logrus.Debugln("[saucenao]开始下载", n) + logrus.Debugln("[saucenao]urls:", illust.ImageUrls) err1 := illust.DownloadToCache(i) if err1 == nil { m.SetFile(f) _, _ = m.Push(ctxext.SendToSelf(ctx), ctxext.GetMessage(ctx)) } if err1 != nil { - logrus.Debugln("[sausenao]下载err:", err1) + logrus.Debugln("[saucenao]下载err:", err1) } } imgs = append(imgs, message.Image("file:///"+f))