Inviting a Bot
How to invite a Discord bot to a guild
- Go to the Discord Developer Portal.
- Go to a previously generated application (to learn how to create a Discord bot, click here).
- Copy the "Application ID".
- Put the "Application ID" in the string below, replacing
YOUR_ID_HERE
with the ID copied from step #3.
https://discord.com/api/oauth2/authorize?client_id=YOUR_ID_HERE&permissions=8&scope=bot%20applications.commands
- Put the link in the above step in your Discord browser and select the guild you want to invite the bot to.