Learn Before
Concept

Setting up your Discord Developer Application

  1. In order to run a bot in a Discord server, you need to first create an application at https://discord.com/developers/applications. Name it whatever you want (this is not the name of your bot just yet).

  2. Go to the "Bot" section on the left hand menu and create a new bot. This is the name of the bot that will actually show up in your server.

  3. Navigate to the "OAuth2" section and add the following link as a redirect:

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

and make sure to replace "CLIENT_ID" with your own client ID (copy it from the same page).

  1. Then, below select what permissions you want the bot to have, copy and paste the link in a browser to invite it to one of your servers.

0

1

Updated 2021-07-17

Tags

Python Programming Language

Data Science