update bot
This commit is contained in:
parent
16d841b771
commit
f69262c001
4
bot.go
4
bot.go
@ -669,8 +669,6 @@ func botGDepositAll(m *tb.Message) {
|
|||||||
/*
|
/*
|
||||||
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`39`, `Stinky Sumac`))
|
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`39`, `Stinky Sumac`))
|
||||||
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`s01`, `📕Scroll of Rage`))
|
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`s01`, `📕Scroll of Rage`))
|
||||||
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`r01`, `Champion Sword recipe`))
|
|
||||||
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`k01`, `Champion blade`))
|
|
||||||
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`w07`, `Rapier`))
|
p.ResObjID64 = append(p.ResObjID64, getObjItemID(`w07`, `Rapier`))
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -678,7 +676,7 @@ func botGDepositAll(m *tb.Message) {
|
|||||||
t := time.Now().UTC()
|
t := time.Now().UTC()
|
||||||
_, err := createJob(objSubTypeJobGDeposit, objJobPriority, int64(m.Chat.ID), 0, t, b)
|
_, err := createJob(objSubTypeJobGDeposit, objJobPriority, int64(m.Chat.ID), 0, t, b)
|
||||||
|
|
||||||
log.Printf("botGDepositAll : json : %s\n", string(b))
|
//log.Printf("botGDepositAll : json : %s\n", string(b))
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
|
Loading…
Reference in New Issue
Block a user