diff --git a/index.ts b/index.ts index d1d3b3e..8741e15 100644 --- a/index.ts +++ b/index.ts @@ -124,6 +124,8 @@ receiver.router.get("/osu/callback", async (req, res) => { await sql`INSERT INTO links VALUES (${user.id}, ${userId})` + getLeaderboard(); + return res.send(`Your osu! account (${user.id}) has been successfully linked to your Slack account (${userId})!`) } })