🐛 Fix a bug.
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"go-wechat/client"
|
||||
"go-wechat/config"
|
||||
"go-wechat/entity"
|
||||
"go-wechat/utils"
|
||||
"log"
|
||||
"strings"
|
||||
)
|
||||
@@ -82,5 +83,5 @@ func dealYesterday(gid string) {
|
||||
notifyMsgs = append(notifyMsgs, " \n请未上榜的群友多多反思。")
|
||||
|
||||
log.Printf("排行榜: \n%s", strings.Join(notifyMsgs, "\n"))
|
||||
//go utils.SendMessage(gid, "", strings.Join(notifyMsgs, "\n"), 0)
|
||||
go utils.SendMessage(gid, "", strings.Join(notifyMsgs, "\n"), 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user