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
simple_command_bot/src
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue