Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Getting a Discord Bot Token

Spimy edited this page Jun 25, 2020 · 3 revisions

Getting a discord bot token is important as this it is used to authenticate your client into the Discord API.

  1. Head on over to Discord's Developer Page
  2. Sign in with your Discord account, if you are not already signed in
  3. Click the "New Application" button
  4. Give the application a name
  5. On the "General Information" Tab, give your application an avatar image
  6. Click the bot tab on the left hand side menu
  7. Then click "Add Bot" & confirm by clicking "Yes, Do it"
  8. Finally, copy the bot token

Note: Do NOT share your bot token with anyone!

Bot Token Tutorial Image

Clone this wiki locally