Skip to content

xDestinoJS/tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Getting a Discord bot token

  1. Go to the Discord Developer Portal and click on the "New Application" button. Then, give the application a name and click "Create":
    Image
  2. Then, create a Bot User by navigating to the "Bot" tab under settings and clicking "Add Bot":
    Image
    Click "Yes, do it!" to continue.
  3. Disable public bot if you don't want other people to invite your bot:
    image
  4. Then, copy your bot token:
    image

⚠️ Always keep the token a secret, as that is the equivalent to your bot's password. Anyone with the token can log in as your bot.

Inviting your bot to your server

  1. Get the Client ID by navigating to the "General Information" tab under settings
  2. Click "Copy" under Client ID
    image
  3. Replace "INSERT_CLIENT_ID_HERE" with your Client ID:
    https://discord.com/oauth2/authorize?client_id=INSERT_CLIENT_ID_HERE&scope=bot&permissions=3072
  4. Go to that URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published