Learn Before
Activity (Process)
Setting up your Discord Developer Application
- 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).
- 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.
- Navigate to the "OAuth2" section and add the following link as a redirect:
https://discordapp.com/oauth2/authorize?&client_id=CLIENT_ID&scope=botMake sure to replaceCLIENT_IDwith your own client ID (copied from the same page). - 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
Contributors are:
Who are from:
Tags
Python Programming Language
Data Science