This repository was archived by the owner on Jul 20, 2024. It is now read-only.
Replies: 1 comment
-
Get
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating a discord bot
Creating a discord bot is very easy
Your first step is to browse over to the Discord Developer Portal
Here you'll be prompted to give your application a name
Give your bot a name, a description and an icon
To create the bot itself, click "Bot" on the left sidebar. Then click "Add Bot", and after reading the confirmation prompt, "Yes, do it!".
Once you've already created a bot, you will see a token, copy it and save it in a save place
Adding your discord bot to a server
Navigate to "OAuth2" on the left sidebar then select
URL Generator
Then Select your bot permissions
Then you'll get a generated URL like this format
https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=PERMISSIONS&scope=bot
Follow the generated URL
Confirm the permissions and click
Authorize
Done 👍👍👍
Beta Was this translation helpful? Give feedback.
All reactions