fix quote

This commit is contained in:
shoopea 2019-12-20 18:28:09 +08:00
parent 5bb430469a
commit 6ecf2dc0db

View File

@ -450,7 +450,7 @@ func ListenGuild(c *tdlib.Client) {
UserID64: int64(senderUserID), UserID64: int64(senderUserID),
Time: time.Now(), 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) inputMsgTxt := tdlib.NewInputMessageText(tdlib.NewFormattedText(msgText, nil), true, true)
c.SendMessage(chat_guild, 0, false, false, nil, inputMsgTxt) c.SendMessage(chat_guild, 0, false, false, nil, inputMsgTxt)
msgText = fmt.Sprintf("/g_withdraw %s %d\n", m.Item, m.Quantity) msgText = fmt.Sprintf("/g_withdraw %s %d\n", m.Item, m.Quantity)