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.
Set up the Discord CLI with Python or TypeScript.
ws
from mirage.commands.cli.builtin.discord import DISCORD from mirage.core.discord.config import DiscordConfig config = DiscordConfig(token="bot-token") ws.register_cli("discord", DISCORD, config.model_dump())
import { DISCORD } from '@struktoai/mirage-core' const config = { token: 'bot-token' } ws.registerCli('discord', DISCORD, config)