fix quote
This commit is contained in:
parent
5bb430469a
commit
6ecf2dc0db
2
main.go
2
main.go
@ -450,7 +450,7 @@ func ListenGuild(c *tdlib.Client) {
|
||||
UserID64: int64(senderUserID),
|
||||
Time: time.Now(),
|
||||
}
|
||||
msgText = fmt.Sprintf("At your command Milord.\n")
|
||||
msgText = fmt.Sprintf("Your command, master.\n")
|
||||
inputMsgTxt := tdlib.NewInputMessageText(tdlib.NewFormattedText(msgText, nil), true, true)
|
||||
c.SendMessage(chat_guild, 0, false, false, nil, inputMsgTxt)
|
||||
msgText = fmt.Sprintf("/g_withdraw %s %d\n", m.Item, m.Quantity)
|
||||
|
Loading…
Reference in New Issue
Block a user