From 046b68df035df6574f83a9f7fd32b6f7adc17cc1 Mon Sep 17 00:00:00 2001 From: UwUssimo Robinson Date: Sat, 24 Dec 2022 16:51:15 +0500 Subject: [PATCH] [FIX] fixing link from webhook to t.me --- core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.ts b/core.ts index aac669a..5d2a094 100644 --- a/core.ts +++ b/core.ts @@ -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); } }); };