2023.12.26_latest_problem_setup

This commit is contained in:
ModulatingForce 2023-12-26 20:00:32 -05:00
commit a697f1d477
3 changed files with 174 additions and 17 deletions

View file

@ -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,