the comma of pain

This commit is contained in:
Rana 2025-06-27 12:16:34 +01:00
parent 8f9a4540f7
commit 655633349c

View file

@ -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())