Skip to content

Commit

Permalink
Fix github-handler.js (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ctr committed Mar 14, 2024
2 parents 7c8f552 + 7ff6aaf commit 2204c2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilderberg_butler",
"version": "2.86.2",
"version": "2.86.3",
"description": "Discord bot for bilderberg club",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion telegram/command-handlers/github-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function gh(ctx) {
{
is_disabled: false,
show_above_text: false,
url: `https://t.me/iv?url=$%7Barg%7D&rhash=8643cab1135a25`,
url: `https://t.me/iv?url=${arg}&rhash=8643cab1135a25`,
},
}
];
Expand Down

0 comments on commit 2204c2f

Please sign in to comment.