-
Notifications
You must be signed in to change notification settings - Fork 19
Creating the bot on Discord
Ethorbit edited this page Sep 18, 2022
·
2 revisions
- Go to https://discord.com/developers/applications/ and click "New application"
- Give it a name, check agree to the terms
- Click the "Bot" tab under Settings
- Click "Add Bot" on the right
- Click "Reset Token"
- Copy this token somewhere, you'll need it for later steps
- Enable "Message Content Intent" so it can read messages
- Click the "Oauth2" tab under Settings
- Click the "URL Generator" subcategory under the Oauth2 tab
- Under "Scopes", check "bot"
- Under "Bot Permissions", check "Send Messages", "Manage Messages", and "Read Message History"
- At the bottom, copy the url under "Generated URL" and paste it into your browser
- Select a server and press "Continue" and then "Authorize".