🤖Setting Up a Discord BOT
Be sure to follow the correct procedure when setting Gateway Intents and Permissions.
Steps
Go to the official Discord Developer Portal - https://discord.com/developers/applications
Click on the
New Applicationand type a name for the BOT

Next, go to the
Botpage and in the Privileged Gateway Intents allowServer members intentandMessage content intent

Next, go to the
OAuth2page

And then go to the OAuth2 URL Generator section and check
applications.commandsandbotin Scopes and in Bot permissions checkAdministrator


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