From c812481ccd4ceb1294d71d36bce9aa57c435c564 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 22 May 2020 12:54:02 +0100 Subject: [PATCH] added a command to join the discord --- public/js/commandline.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/js/commandline.js b/public/js/commandline.js index c68ea9961..31d0e7be5 100644 --- a/public/js/commandline.js +++ b/public/js/commandline.js @@ -96,6 +96,13 @@ let commands = { showCommandLine(); } }, + { + id: "joinDiscord", + display: "Join the Discord server", + exec: () => { + window.open("https://discord.gg/xMYrWg6") + } + }, { id: "sendDevMessage", display: "Send a message ( bug report / feature request / feedback )...",