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
new_empty_bot/src

View file

@ -16,7 +16,7 @@ use forcebot_core::Bot;
pub async fn main() {
/* 1. Create the bot using env */
let bot = Bot::new();
let bot = Bot::new().await;
/* 2. Run the bot */
bot.run().await;