Skip to content

App Setup: Discord Connection

Eldenroot edited this page Jan 25, 2021 · 1 revision

Site owners need to create a 'web application' at Discord developer portal first:

https://discord.com/developers/applications

On the Create App page:

  • Application name: Add a name for your new app. In General Information page:
  • App icon: Upload an icon for your app.
  • Name: Add a name for your new app. In OAuth2 page:
  • Redirects: https://yoursite.com/member.php?action=login&gateway=discord
  • OAuth2 URL Generator: Leave "Select redirect URL" and "Scopes" fields blank.

Sample app screen should be like:

Discord App Screen Discord App Screen

Now grab the provided Client ID and Client Secret (also available on this page: https://discord.com/developers/applications) and add it to your MyBB Isango plugin settings, hit "Save" button and you are done!