Learn Before
Activity (Process)

Setting up your Discord Developer Application

  1. To run a bot in a Discord server, 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 Make sure to replace CLIENT_ID with your own client ID (copied from the same page).
  4. Below, select the permissions you want the bot to have. Copy and paste the generated link in a browser to invite the bot to one of your servers.

0

1

Updated 2026-06-29

Tags

Python Programming Language

Data Science

Learn After