added a command to join the discord

This commit is contained in:
Jack 2020-05-22 12:54:02 +01:00
parent f5f02836cd
commit c812481ccd

View file

@ -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 )...",