Skip to main content

Interface: DiscordAuthParams

Defined in: packages/agentos/src/channels/adapters/DiscordChannelAdapter.ts:45

Platform-specific parameters for Discord connections.

Extends

  • Record<string, string | undefined>

Indexable

[key: string]: string | undefined

Properties

applicationId?

optional applicationId: string

Defined in: packages/agentos/src/channels/adapters/DiscordChannelAdapter.ts:49

Discord application ID.


botToken?

optional botToken: string

Defined in: packages/agentos/src/channels/adapters/DiscordChannelAdapter.ts:47

Bot token. If provided, overrides credential.


guildId?

optional guildId: string

Defined in: packages/agentos/src/channels/adapters/DiscordChannelAdapter.ts:51

Optional guild (server) ID to scope interactions to a single guild.


intents?

optional intents: string

Defined in: packages/agentos/src/channels/adapters/DiscordChannelAdapter.ts:53

Comma-separated list of additional gateway intents.