diff --git a/site/src/routes/chat.js b/site/src/routes/chat.js index 2fdeda2675..5c47540f74 100644 --- a/site/src/routes/chat.js +++ b/site/src/routes/chat.js @@ -1,4 +1,4 @@ export function get(req, res) { - res.writeHead(302, { Location: 'https://discord.gg/yy75DKs' }); + res.writeHead(302, { Location: 'https://discord.gg/WY6CQS4' }); res.end(); } \ No newline at end of file