Feat: Direct chat link to society-chat channel

pull/5480/head
Ron Au 5 years ago
parent 324f74b427
commit 95dcb96161

@ -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();
}
Loading…
Cancel
Save