Skip to content

Commit

Permalink
Merge pull request #38 from RainEggplant/fix-md
Browse files Browse the repository at this point in the history
fix: temporary dirty fix for #34
  • Loading branch information
RainEggplant authored Mar 15, 2023
2 parents 85920d9 + 1b6ae93 commit 94a62c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class ChatHandler {
}
try {
text = telegramifyMarkdown(text);
text.replace('<!---->', ''); // temporary dirty fix for #34
const res = await this._bot.editMessageText(text, {
chat_id: msg.chat.id,
message_id: msg.message_id,
Expand Down

0 comments on commit 94a62c9

Please sign in to comment.