This commit is contained in:
shoopea 2020-01-14 14:30:04 +08:00
parent 9818131fc5
commit 31d1ad070e

4
bot.go
View File

@ -984,8 +984,8 @@ func botGWithdraw(m *tb.Message) {
b, _ := json.Marshal(p)
t := time.Now().UTC()
// _, err := createJob(cacheObjSubType[`job_gwithdraw`], objJobPriority, userID64, 0, t, b)
_, err := createJob(cacheObjSubType[`job_gwithdraw`], objJobPriority, cfg.Bot.Admin, 0, t, b) // FIXME back to normal user
_, err := createJob(cacheObjSubType[`job_gwithdraw`], objJobPriority, userID64, 0, t, b)
//_, err := createJob(cacheObjSubType[`job_gwithdraw`], objJobPriority, cfg.Bot.Admin, 0, t, b)
if err != nil {
c := TGCommand{
Type: commandReplyMsg,