debug module and fix issue with modules
This commit is contained in:
parent
5a02b090c6
commit
1e522940c9
18 changed files with 360 additions and 93 deletions
new_empty_bot/src
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue