mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-30 07:20:08 +00:00
* Update docusaurus typescript setup for v3 And fix lint-staged and eslint * Enable automatic JSX runtime * Remove babel config and dependencies * update yarn.lock * add typecheck to site workflow * update typedoc config * downgrade docusaurus packages * Update site.yml * Type context and options in webpack-docusaurus-plugin.ts * Update env tips and add minimal examples for node and bun And update the one from deno that was really out of date --------- Co-authored-by: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com>
25 lines
961 B
Markdown
25 lines
961 B
Markdown
---
|
|
sidebar_position: 1
|
|
sidebar_label: 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](https://discord.com/developers/applications) 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 share 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!
|