diff --git a/website/src/routes/bot/+server.ts b/website/src/routes/bot/+server.ts index 1941c99..d0f8db7 100644 --- a/website/src/routes/bot/+server.ts +++ b/website/src/routes/bot/+server.ts @@ -4,5 +4,5 @@ import type { RequestHandler } from './$types'; // GET /discord export const GET = (() => { - throw redirect(301, 'https://app.revolt.chat/bot/01H08716FW8WXP2RGH98S5VSXJ'); + throw redirect(301, '/@RevBots/invite'); }) satisfies RequestHandler;