Setting up Intents

Learn about Bot Intents and how to configure the necessary intents on your Discord Bot Application.

How to enable Intents?

Enabling intents for your bot is a super straightforward process. Ensure you follow the guide below to successfully enable all required Privilege Gateway Intents (Intents) on your Discord Bot Application.

Discord Developer Portal

Head to the Discord Developer Portal and select your bot's application. Navigate to the BOT tab, and select all 3 gateway intents as shown below.

Once you have selected the required intents, make sure to save your changes before leaving the Discord Developer Portal. To learn how to retrieve your Bot Token, head to this guide.

WARNING: Enabling 'REQUIRES OAUTH2 CODEGRANT' will display an error message when trying to invite your bot to a discord server. Ensure this option is disabled before continuing.

Last updated