mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
added a command to join the discord
This commit is contained in:
parent
bd5cc29d8c
commit
06b5df75d4
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…
Add table
Reference in a new issue