Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

To get a Discord App

CMBAPPS edited this page May 9, 2018 · 1 revision

A discord app is needed to get the discord Oauth2 working. Steps are:

  1. Go to: https://discordapp.com/developers/applications/me#top
  2. Click "New App"
  3. Name the app
  4. Add a redirect ( Should be: https://yourdomain.tld/callback/login.php )
  5. Click done
  6. Copy the given "Client ID" at the top and enter into config file where needed
  7. Reveal the "Client Secret" and copy it into the top of the config file where needed
Clone this wiki locally