Discord Enhanced
Discord Enhanced v0.1.0GitHub
Configuration
Create a Discord application and connect its credentials locally.
Configuration
The plugin asks each user for credentials from their own Discord application. A public Client Secret cannot be shipped safely and does not bypass Discord RPC approval.
- Open the Discord Developer Portal and create an application.
- Open OAuth2 and add exactly
http://localhost:30910as a redirect URI. - Copy the application's Client ID and current Client Secret.
- If the application is not approved for RPC, add the users who will test it in the Developer Portal.
- Open any Discord Enhanced action settings panel and click
Connect. - Paste the credentials, approve the Discord prompt and keep Discord Desktop open.
- Choose a server, channel or device when an action asks for extra settings, then click
Confirm.
The settings panel provides Change app, Setup guide and Disconnect.
Exact redirect URI
The URI must be exactly http://localhost:30910, including protocol and port.