Skip to content

Discord Setup

Before running Dango, you need a Discord bot application with the right permissions. This takes about five minutes.

1. Create a Bot

Go to the Discord Developer Portal and create a new application. In the Bot tab, click Add Bot and copy the Bot Token — you will need it during setup.

2. Enable Privileged Gateway Intents

Still in the Bot tab, scroll down to Privileged Gateway Intents and enable both:

IntentWhy it's needed
Server Members IntentRead user display names
Message Content IntentRead message text

3. Invite the Bot to Your Server

Go to OAuth2 → URL Generator. Under Scopes, select bot and applications.commands. Under Bot Permissions, select:

CategoryPermission
GeneralView Channels
TextSend Messages
TextAttach Files
TextRead Message History

Copy the generated URL, open it in your browser, and add the bot to your server.

Next Steps

With your bot token ready, choose how to run Dango:

MIT License · Built on Agno