Skip to main content
The Discord integration connects any Agno agent to Discord via the Gateway API, so you don’t need to set up webhooks.

Quick Start

discord_agent.py

How It Works

Setup

You need a Discord Application with a bot user. Create one in the Discord Developer Portal. Then set your bot token as an environment variable:

Next Steps

Full Guide

Bot setup, threads, intents, and permissions.

Examples

Basic agent, media handling, and user memory.

DiscordTools

Give agents channel, message, and reaction capabilities.

Discord Developer Portal

Create and manage your Discord application.