Skip to content
Snippets Groups Projects
Verified Commit caa80c2b authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

fix

parent eade0ff8
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ func msgHandler(w http.ResponseWriter, r *http.Request) {
str := buf.String()
if str != "" {
str = "<h1>Sus szavak</h1>\n\n" + str
str = "<h1>Sus szavak</h1>" + str
msg := tgbotapi.NewMessage(chanId, "")
msg.ParseMode = "html"
msg.Text = str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment