🤖Setting Up a Discord BOT

Be sure to follow the correct procedure when setting Gateway Intents and Permissions.

Steps

  1. Go to the official Discord Developer Portal - https://discord.com/developers/applications

  2. Click on the New Application and type a name for the BOT

  1. Next, go to the Bot page and in the Privileged Gateway Intents allow Server members intent and Message content intent

  1. Next, go to the OAuth2 page

  1. And then go to the OAuth2 URL Generator section and check applications.commands and bot in Scopes and in Bot permissions check Administrator

  1. Then just copy the Generated URL and paste it into your browser to invite the bot to your Discord server.

Last updated