diff --git a/src/components/ControlPanel.jsx b/src/components/ControlPanel.jsx index b7c9087..49a607d 100644 --- a/src/components/ControlPanel.jsx +++ b/src/components/ControlPanel.jsx @@ -1203,7 +1203,7 @@ export default function ControlPanel({ shortcut: "Ctrl+H", }, "Ask us on discord": { - function: () => {}, + function: () => window.open("https://discord.gg/CUr9s9KH6X", "_blank"), }, "Report a bug": { function: () => window.open("/bug_report", "_blank"),