Skip to content

Registering a Discord Bot in Developer Portal

João Gabriel Gouveia edited this page Nov 12, 2018 · 2 revisions

These steps will guide you how to register your Bot in Discord Developer Portal.

Step 1 - Login

Login into your account in Discord Developer Portal.

Step 2 - Create a new application

In Applications, you'll see a page like this below. Click Create an Application.

Step 2

Step 3 - Application informations

Fill your Bot information fields, put a cool image and click Save Changes.

Step 3

Step 4 - Build a Bot

In Settings menu (on the left of the page), click in Bot and then click Add Bot.

Step 4

Step 5 - Done!

Your Bot was created. Now you can add it to your server. :) You can change your Bot username and icon. You'll need the token to run your Bot.

alt

Inviting your Bot

To invite your bot to your server you can use this link:

https://discordapp.com/oauth2/authorize?&client_id=CLIENT_ID&scope=bot&permissions=0

Replace CLIENT_ID with your Client ID. You can find the Client ID in General Information menu:

alt

Clone this wiki locally