Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export DISCORD_BOT_TOKEN=***
from agno.agent import Agent from agno.tools.discord import DiscordTools agent = Agent( tools=[DiscordTools()], markdown=True, ) agent.print_response("Send 'Hello World!' to channel 1234567890", markdown=True)
bot_token
str
enable_messaging
bool
True
enable_history
enable_channel_management
enable_message_management
send_message
get_channel_info
list_channels
get_channel_messages
delete_message
Was this page helpful?