test
This commit is contained in:
parent
19cb2856dc
commit
e4d76f5a88
2
bot.go
2
bot.go
@ -303,7 +303,7 @@ func botTimer(m *tb.Message) {
|
|||||||
} else {
|
} else {
|
||||||
c := TGCommand{
|
c := TGCommand{
|
||||||
Type: commandReplyMsg,
|
Type: commandReplyMsg,
|
||||||
Text: fmt.Sprintf("Job #%d scheduled at %s", objId, t.Format(time.RFC850)),
|
Text: fmt.Sprintf("Job #%d scheduled at %s", objID64, t.Format(time.RFC850)),
|
||||||
FromMsgID64: int64(m.ID),
|
FromMsgID64: int64(m.ID),
|
||||||
FromChatID64: m.Chat.ID,
|
FromChatID64: m.Chat.ID,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user