mirror of
https://github.com/rainerosion/E5SubBotForSQLite.git
synced 2026-06-03 17:09:12 +08:00
Compare commits
No commits in common. "master" and "0.2.3" have entirely different histories.
@ -190,11 +190,7 @@ func SignTask() {
|
||||
UnbindUserStr = UnbindUserStr + ubu + "\n"
|
||||
}
|
||||
for _, a := range admin {
|
||||
chat, err := bot.ChatByID(strconv.FormatInt(a, 10))
|
||||
if err != nil {
|
||||
logger.Println(err)
|
||||
continue
|
||||
}
|
||||
chat, _ := bot.ChatByID(strconv.FormatInt(a, 10))
|
||||
bot.Send(chat, gettext.Gettext("taskFeedbackAdmin")+time.Now().Format("2006-01-02 15:04:05")+gettext.Gettext("result")+strconv.Itoa(signOk)+"/"+strconv.Itoa(num)+gettext.Gettext("wrongAccount")+ErrUserStr+gettext.Gettext("clearingAccount")+UnbindUserStr)
|
||||
}
|
||||
fmt.Println("----Task End----")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user