Skip to content

Commit c812481

Browse files
committed
added a command to join the discord
1 parent f5f0283 commit c812481

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/js/commandline.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ let commands = {
9696
showCommandLine();
9797
}
9898
},
99+
{
100+
id: "joinDiscord",
101+
display: "Join the Discord server",
102+
exec: () => {
103+
window.open("https://discord.gg/xMYrWg6")
104+
}
105+
},
99106
{
100107
id: "sendDevMessage",
101108
display: "Send a message ( bug report / feature request / feedback )...",

0 commit comments

Comments
 (0)