2023.12.26_latest_problem_setup
This commit is contained in:
parent
31f4924acf
commit
a697f1d477
3 changed files with 174 additions and 17 deletions
src/core
|
@ -151,7 +151,7 @@ pub struct BotInstance {
|
|||
//pub client : TwitchIRCClient<TCPTransport<TLS>,StaticLoginCredentials>,
|
||||
pub incoming_messages : UnboundedReceiver<ServerMessage>,
|
||||
// pub ratelimiters : HashMap<ChType,RateLimiter>, // used to limit messages sent per channel
|
||||
chat : Chat,
|
||||
pub chat : Chat,
|
||||
// botmodules : HashMap<ModType,Vec<EnType>>,
|
||||
pub botmodules : ModulesManager,
|
||||
twitch_oauth : String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue