Skip to content

Creating and adding a bot

Sparker edited this page May 20, 2021 · 7 revisions

Creating a bot in discord is stupid easy. First you need to go to here and click "New Application" Application Screen

Now give your bot a name and click create. New Application Screen

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". Screen you see after creating a new application then scrolling down a little. Yes Do It.

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. New Bot Page

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. Wheres my Client ID

Then paste the link into your browser. It will give you a page that looks like this: Authorize Bot

Now select your server in the dropdown, then click "Authorize". Authorized

That's it!

Clone this wiki locally