Changed "Twitch" to "Discord". Minor, but it did look odd.
5. Back in the 'General Information' section find the 'Client ID' and 'Client Secret' values which you'll use in the next step.
6. Copy the below details and add them as new variables in your `.env` file like so:
```bash
- # Replace the below (including '{}' braces) with your Twitch Application Id and Secret values.
+ # Replace the below (including '{}' braces) with your Discord Application Id and Secret values.
DISCORD_APP_ID={APP_ID}
DISCORD_APP_SECRET={APP_SECRET}