Skip to content

Commit

Permalink
fix: assigning
Browse files Browse the repository at this point in the history
  • Loading branch information
RainEggplant authored Mar 15, 2023
1 parent 28d2265 commit e1981af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class ChatHandler {
}
try {
text = telegramifyMarkdown(text);
text.replace('<!---->', ''); // temporary dirty fix for #34
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 e1981af

Please sign in to comment.