💬Configuring Discord
Last updated
Last updated
Head on over to the Discord Dev Portal and create a new application.
Give it a name and create it under Personal (or a team it doesn't really matter).
Set your app's name and icon, this is what users will see on the login screen. Set a TOS and Privacy Policy URL if your host has them, these will also be shown at login.
Next go to OAuth2, then add a Redirect. This redirect should be the URL to your client (the public one, set as oauth2.link
) with /callback
.
Example:
Next copy your Client ID
and Client Secret
.
Configure everything in config.json
now:
🚧WIP 🚧