Inviting a Bot

How to invite a Discord bot to a guild

  1. Go to the Discord Developer Portal.
  2. Go to a previously generated application (to learn how to create a Discord bot, click here).
  3. Copy the "Application ID".
  4. 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
  5. Put the link in the above step in your Discord browser and select the guild you want to invite the bot to.