forked from lxh/go-wxhelper
🐛 Fix a bug.
This commit is contained in:
parent
a4c9346b05
commit
4a348acfd8
@ -4,6 +4,7 @@ import (
|
||||
"fmt"
|
||||
"go-wechat/client"
|
||||
"go-wechat/entity"
|
||||
"go-wechat/utils"
|
||||
"log"
|
||||
"os"
|
||||
"strings"
|
||||
@ -73,5 +74,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"))
|
||||
go utils.SendMessage(gid, "", strings.Join(notifyMsgs, "\n"))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user