Skip to content

Commit

Permalink
feat: added hashtag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon4ik committed Sep 23, 2024
1 parent 88bf509 commit 6481e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function publishWord(word) {
data: {
chat_id: Number.isNaN(parseInt(CHAT_ID)) ? CHAT_ID : parseInt(CHAT_ID),
text: [
"*Слово дня 😋🤔🫡*",
"*Слово дня 😋🤔🫡* ||\\#словодня||",
"",
word
].join("\n"),
Expand Down

0 comments on commit 6481e33

Please sign in to comment.