feat: discord.reconnect
as a command (#118)
This commit is contained in:
parent
19ccda5a2c
commit
8033bc4284
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
||||||
"command": "discord.disable",
|
"command": "discord.disable",
|
||||||
"title": "Disable Discord Presence in the current workspace",
|
"title": "Disable Discord Presence in the current workspace",
|
||||||
"category": "Discord Presence"
|
"category": "Discord Presence"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "discord.reconnect",
|
||||||
|
"title": "Reconnect Discord Presence to Discord RPC",
|
||||||
|
"category": "Discord Presence"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configuration": [
|
"configuration": [
|
||||||
|
|
Loading…
Reference in a new issue