mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 15:30:07 +00:00
956 B
956 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
- Go to the Discord Developer Portal and log in to your account.
- Click the "New Application" button.
- Give your application a name and click "Create".
Step 2: Add a Bot to Your Application
- In your application settings, click on the "Bot" tab.
- Click the "Add Bot" button.
- Confirm that you want to add a bot to your application.
Step 3: Get Your Bot Token
- In your bot settings, click on the "Reset" button. Follow any requirements and then click the "Copy" button that appears.
- Save your bot token in a secure location.
And that's it! You now have a bot token that you can use to create a bot for your Discord server. Happy coding!