Appearance
@mastondzn/dank-twitch-irc / ClientConfiguration
Interface: ClientConfiguration
Properties
connection?
optional
connection:TransportConfiguration
Source
connectionRateLimits?
optional
connectionRateLimits:ConnectionRateLimits
Source
ignoreUnhandledPromiseRejections?
optional
ignoreUnhandledPromiseRejections:boolean
Source
installDefaultMixins?
optional
installDefaultMixins:boolean
Source
maxChannelCountPerConnection?
optional
maxChannelCountPerConnection:number
Maximum number of channels the client will allow one connection to be joined to. 90 by default.
Source
password?
optional
password:string
Optional password. If unset no PASS is sent to the server.
If set, this must begin with "<code>
oauth:</code>
"
Source
rateLimits?
optional
rateLimits:RateLimitsConfig
Source
requestMembershipCapability?
optional
requestMembershipCapability:boolean
Can be disabled to lower the load on the bot by not requesting useless membership messages.
Disabled by default.
Source
username?
optional
username:string
lowercase twitch login name