Setup
Create a bot
Go to the Discord Developer Portal, create an application, and generate a bot token.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run your entity as a Discord bot.
Create a bot
Add the platform
presence:
platforms:
- type: "discord"
token_env: "DISCORD_TOKEN"
channels: ["general"]
presence:
platforms:
- type: "discord"
token_env: "DISCORD_TOKEN"
channels: ["general"] # channels the bot responds in
# proactive_channel_id: 123456789012345678 # channel for initiative messages
presence:
platforms:
- type: "cli"
- type: "telegram"
token_env: "TELEGRAM_TOKEN"
- type: "discord"
token_env: "DISCORD_TOKEN"
channels: ["general", "bumblebee"]