twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

BotConfig

{
auth: string | AuthProvider
channel?: string
channels?: ResolvableValue<Array<string>>
commands?: Array<BotCommand>
debug?: boolean
prefix?: string
}

Properties

auth

Type: string | AuthProvider

channel

Type: ?string

channels

Type: ?ResolvableValue<Array<string>>

commands

Type: Array<BotCommand>

debug

Type: ?boolean

prefix

Type: ?string