mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
added a command to join the discord
This commit is contained in:
parent
f5f02836cd
commit
c812481ccd
1 changed files with 7 additions and 0 deletions
|
@ -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 )...",
|
||||
|
|
Loading…
Reference in a new issue