- On the first run, the application will create a
Settings/Discord.jsonfile. - Set the
Settings/Discord.jsonfile'sEnabledsetting totrue. (All lowercase!) - Retrieve your Client ID and Secret, using your browser.
- Go to the Discord developer portal: https://discord.com/developers/applications/
- Create a new Application by clicking on
New Application. Give it a creative name. - Click on
OAuth2. - Copy the
Client IDand set it as theSettings/Discord.jsonfile'sClientIDsetting. - Click
Reset SecretunderClient Secretand set it's value as theSettings/Discord.jsonfile'sClientSecretsetting.
- On the second run, the application will automatically connect to Discords's real-time API and start receiving events.
{
"Discord": {
"Enabled": true,
"ClientID": "123_your_client_id_789",
"ClientSecret": "someSuperSecretClientSecret",
"DefaultGuildId": "",
"DefaultChannelId": ""
}
}