Files
discordeno/website/docs/beginner/token.md
rosefighter 2c2ae61066 fix(website): beginner how to get token & add link to fork in contributing (#3164)
* fixing guides

* Deleting fmt and lint from contributing.md

* adding/linking VSCode as the recommended editor

* adding install node.js to contributing md.

---------

Co-authored-by: rosefighter <rosefighter@gmail.com>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2023-11-19 18:24:22 +00:00

961 B

sidebar_position, sidebar_label
sidebar_position sidebar_label
1 Get Bot's Token

How to Create an Application on Discord and Get the Bot Token

In order to create a bot for your Discord server, you will need to follow these steps:

Step 1: Create an Application

  1. Go to the Discord Developer Portal and log in to your account.
  2. Click the "New Application" button.
  3. Give your application a name and click "Create".

Step 2: Get Your Bot Token

  1. In your application settings, click on the "Bot" tab.
  2. In your bot settings, click on the "Reset" button. Follow any requirements and then click the "Copy" button that appears.
  3. Save your bot token in a secure location.

Your token is your password. Never share your token with anyone. If you do shrae your token, they will have full access to your bot!

And that's it! You now have a bot token that you can use to create a bot for your Discord server. Happy coding!