Adding Your Bot to a Server

  1. Open the Discord Developer Portal.
  2. Click in the "General Information" tab in the left pane.

You should see your client in the highlighted area in the screenshot bellow:

Your Client ID

Click on the "Copy" button.

You can now generate a invitation link for your bot:

https://discord.com/oauth2/authorize?client_id=<YOUR_CLIENT_ID>8&scope=bot

Replace YOUR_CLIENT_ID with your client id, for example:

https://discord.com/oauth2/authorize?client_id=812790398451449876&scope=bot

You're ready, share or open this link and you should be ready to go.