Search Docs
Byorg provides built-in functionality to integrate your application with Discord. To set this up, use the createDiscordApp function and provide the necessary parameters.
createDiscordApp
const app = createApp({ chatModel, systemPrompt, }); const discord = createDiscordApp({ app, });
Discord implementation is still in progress, treat it as experimental.