Skip to content

Commit

Permalink
[FIX] fixing link from webhook to t.me
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Dec 24, 2022
1 parent b18737a commit 046b68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const webhook = async () => {
return new Response("Couldn't succeed with installing webhook");
}
default:
return Response.redirect("https://t.me/xeonittebot", 302);
return Response.redirect("https://t.me/infokomets_bot", 302);
}
});
};
Expand Down

0 comments on commit 046b68d

Please sign in to comment.