Source: factory.conversation/ObjConversationDiscord.py
Discord engine for the conversation framework.
Sends outbound messages through the Discord REST API.
| Method | Signature | Description |
|---|---|---|
| transmit_message | transmit_message(message: str, channel_id: str = '') -> None |
Send a plain-text message to a Discord channel. |
| display_context | display_context(opts: dict) -> None |
Send conversation context to Discord. |
| display_options | display_options(opts: dict) -> tuple |
Send options and return (first_key, first_prompt). |
Discord broker for inbound message routing.
| Method | Signature | Description |
|---|---|---|
| run | run() -> None |
Start discord.py client event loop. |