From 4476d9247b17fa8d6d4f165d609f6e63e4a1de13 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 10 Jun 2019 17:34:46 +0800 Subject: [PATCH] test --- bot.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bot.go b/bot.go index ca8e933..473bdf1 100644 --- a/bot.go +++ b/bot.go @@ -116,12 +116,12 @@ func botTestHTML(m *tb.Message) { } c := TGCommand{ Type: commandReplyMsg, - Text: `bold,
-bold,
-italic,
-italic,
-inline URL,
-inline fixed-width code,
+ Text: `bold, +bold, +italic, +italic, +inline URL, +inline fixed-width code,
pre-formatted fixed-width code block
`, FromMsgID64: int64(m.ID), FromChatID64: m.Chat.ID,