From 8033bc4284e53f53ee184e9ac939c700c052e717 Mon Sep 17 00:00:00 2001 From: Vitor Cortez Date: Tue, 20 Nov 2018 01:08:51 -0300 Subject: [PATCH] feat: `discord.reconnect` as a command (#118) --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 1b33598..351f80d 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,11 @@ "command": "discord.disable", "title": "Disable Discord Presence in the current workspace", "category": "Discord Presence" + }, + { + "command": "discord.reconnect", + "title": "Reconnect Discord Presence to Discord RPC", + "category": "Discord Presence" } ], "configuration": [