-
Notifications
You must be signed in to change notification settings - Fork 13
Creating and adding a bot
Creating a bot in discord is stupid easy. First you need to go to here and click "New Application"
Now give your bot a name and click create.
On the new Screen you will be able to change your bot profile image, bot descriptions and many more details. Click "Bot" on the left sidebar. Then click "Add Bot".
Now you can get your bot's token by using the "Click to Reveal Token" button under your bot username or simply click "Copy" and token will be copied to your clipboard directly.
Now it's time to invite your bot to your server. Don't worry about the bot being up and running for this next step. Replace YOUR_CLIENT_ID_HERE
in this URL https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=8
with the Client ID from the "General Information" tab.
Then paste the link into your browser. It will give you a page that looks like this:
Now select your server in the dropdown, then click "Authorize".
That's it!