debug module and fix issue with modules

This commit is contained in:
modulatingforce 2025-02-03 21:33:44 -05:00
commit 1e522940c9
18 changed files with 360 additions and 93 deletions
simple_command_bot/src

View file

@ -26,7 +26,7 @@ use twitch_irc::message::ServerMessage;
pub async fn main() {
/* Create the bot using env */
let mut bot = Bot::new();
let mut bot = Bot::new().await;
/* 1. Create a new blank cmd */
let mut cmd = Command::new(vec!["test".to_string()],"".to_string());