Appearance
@mastondzn/dank-twitch-irc / ClientConfiguration
Interface: ClientConfiguration
Defined in: src/config/config.ts:51
Properties
connection?
optionalconnection:TransportConfiguration
Defined in: src/config/config.ts:71
connectionRateLimits?
optionalconnectionRateLimits:ConnectionRateLimits
Defined in: src/config/config.ts:79
ignoreUnhandledPromiseRejections?
optionalignoreUnhandledPromiseRejections:boolean
Defined in: src/config/config.ts:81
installDefaultMixins?
optionalinstallDefaultMixins:boolean
Defined in: src/config/config.ts:80
maxChannelCountPerConnection?
optionalmaxChannelCountPerConnection:number
Defined in: src/config/config.ts:76
Maximum number of channels the client will allow one connection to be joined to. 90 by default.
password?
optionalpassword:string
Defined in: src/config/config.ts:62
Optional password. If unset no PASS is sent to the server.
If set, this must begin with "oauth:"
rateLimits?
optionalrateLimits:RateLimitsConfig
Defined in: src/config/config.ts:78
requestMembershipCapability?
optionalrequestMembershipCapability:boolean
Defined in: src/config/config.ts:69
Can be disabled to lower the load on the bot by not requesting useless membership messages.
Disabled by default.
username?
optionalusername:string
Defined in: src/config/config.ts:55
lowercase twitch login name