Skip to main content

Step 2: Discord

Discord Application Setup​

  1. Go to https://discord.dev/ and create a new application.

Navigate to application creation image

Put the name of your application here and accept the terms of service. image

  1. Get your Application ID, Token, and Public Key. Examples of where you find them are below.

Application ID: image

Token: image

Public Key: image

Save these in your .env file as

DISCORD_TOKEN= <Token>
DISCORD_ID= <Application ID>
DISCORD_PUBLIC_KEY= <Public Key>