Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Fix underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
dishapatel010 authored Mar 12, 2023
1 parent a1d8583 commit d1dac45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions story.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@
JSON.stringify({
method: "sendMessage",
chat_id: chat.id,
text: `Your story has been uploaded successfully! Share the link with your friends:\n${storyi}${USERNAME}`,
text: `Your story has been uploaded successfully! Share the link with your friends:\n[TgStory](${storyi}${USERNAME})`,
parse_mode: "MARKDOWN",
disable_web_page_preview: "True",
disable_web_page_preview: "False",
reply_to_message_id: message_id
}), {
status: 200,
Expand Down

0 comments on commit d1dac45

Please sign in to comment.