Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions locales.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ change-channel;Change Channel
toggle-mute;Toggle Mute
toggle-deafen;Toggle Deafen
toggle-ptt;Toggle Push to Talk
actions.base.client_id;Client ID
actions.base.client_secret;Client Secret
actions.base.validate;Validate
actions.base.credentials.title;Discord Credentials
actions.info.link.label;Checkout how to configure this plugin on
actions.info.link.text;GitHub
actions.base.credentials.authenticated;Authenticated successfully
actions.base.credentials.failed;Failed to authenticate
actions.base.credentials.missing_client_info;Missing Client ID or Client Secret
23 changes: 0 additions & 23 deletions locales/en_US.json

This file was deleted.

4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"thumbnail": "store/thumbnail.png",
"id": "com_imdevinc_StreamControllerDiscordPlugin",
"name": "Discord",
Expand All @@ -9,7 +9,7 @@
"discord"
],
"minimum-app-version": "1.5.0-beta.9",
"app-version": "1.5.0-beta.9",
"app-version": "1.5.0-beta.10",
"description": "Adds controls for Discord including mute, deafen, and change channel",
"short-description": "Control Discord"
}