Skip to content

Commit

Permalink
Revert "fix bot invite link"
Browse files Browse the repository at this point in the history
This reverts commit 7baf5bb.
  • Loading branch information
ArnavK-09 committed Jun 16, 2023
1 parent 7baf5bb commit d12b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/routes/bot/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

1 comment on commit d12b27e

@vercel
Copy link

@vercel vercel bot commented on d12b27e Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rev-bots – ./

rev-bots-git-main-arnavk-09.vercel.app
revbots.vercel.app
rev-bots-arnavk-09.vercel.app

Please sign in to comment.