From 655633349c0cb75031b2769af0d1cc95dcf84803 Mon Sep 17 00:00:00 2001 From: DaInfLoop Date: Fri, 27 Jun 2025 12:16:34 +0100 Subject: [PATCH] the comma of pain --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index be544ff..467b783 100644 --- a/index.ts +++ b/index.ts @@ -26,7 +26,7 @@ const eligibilityCmd = async (ctx: any) => { const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id=" + userId, { headers: { 'User-Agent': 'HackClubEligibilityBot/1.0 (ran by Loop / dainfloop)' - } + }, redirect: "follow" }).then(res => res.json())