don't rush me, me

This commit is contained in:
Rana 2025-06-27 12:14:30 +01:00
parent 276a6ea313
commit 5c3d854fdf

View file

@ -23,7 +23,7 @@ const eligibilityCmd = async (ctx: any) => {
matchedBy = "invalid input" matchedBy = "invalid input"
const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id" + userId, { const res = await fetch("https://identity.hackclub.com/api/external/check?slack_id=" + userId, {
redirect: "follow" redirect: "follow"
}).then(res => res.json()) }).then(res => res.json())