chore: command names use title case (#133)
This commit is contained in:
parent
d381629b43
commit
4460368417
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -30,12 +30,12 @@
|
|||
"commands": [
|
||||
{
|
||||
"command": "discord.enable",
|
||||
"title": "Enable Discord Presence in the current workspace",
|
||||
"title": "Enable Discord Presence in the Current Workspace",
|
||||
"category": "Discord Presence"
|
||||
},
|
||||
{
|
||||
"command": "discord.disable",
|
||||
"title": "Disable Discord Presence in the current workspace",
|
||||
"title": "Disable Discord Presence in the Current Workspace",
|
||||
"category": "Discord Presence"
|
||||
},
|
||||
{
|
||||
|
@ -45,22 +45,22 @@
|
|||
},
|
||||
{
|
||||
"command": "discord.allowSpectate",
|
||||
"title": "Allow spectating",
|
||||
"title": "Allow Spectating",
|
||||
"category": "Discord Presence"
|
||||
},
|
||||
{
|
||||
"command": "discord.disableSpectate",
|
||||
"title": "Disable spectating",
|
||||
"title": "Disable Spectating",
|
||||
"category": "Discord Presence"
|
||||
},
|
||||
{
|
||||
"command": "discord.allowJoinRequests",
|
||||
"title": "Allow join requests",
|
||||
"title": "Allow Join Requests",
|
||||
"category": "Discord Presence"
|
||||
},
|
||||
{
|
||||
"command": "discord.disableJoinRequests",
|
||||
"title": "Disable join requests",
|
||||
"title": "Disable Join Requests",
|
||||
"category": "Discord Presence"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue