Buz Docs
Discord Enhanced
Discord Enhanced v0.1.0GitHub

Configuration

Create a Discord application and connect its credentials locally.

Português (Brasil)

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.

  1. Open the Discord Developer Portal and create an application.
  2. Open OAuth2 and add exactly http://localhost:30910 as a redirect URI.
  3. Copy the application's Client ID and current Client Secret.
  4. If the application is not approved for RPC, add the users who will test it in the Developer Portal.
  5. Open any Discord Enhanced action settings panel and click Connect.
  6. Paste the credentials, approve the Discord prompt and keep Discord Desktop open.
  7. 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.

On this page