Skip to content

Commit

Permalink
added a command to join the discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed May 22, 2020
1 parent f5f0283 commit c812481
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/js/commandline.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 )...",
Expand Down

0 comments on commit c812481

Please sign in to comment.