20240127_Working_Without_ExecBody
This commit is contained in:
parent
4184527d19
commit
61dd22c90d
5 changed files with 175 additions and 74 deletions
src
|
@ -24,9 +24,9 @@ use crate::core::botinstance::BotInstance;
|
|||
#[tokio::main]
|
||||
pub async fn main() {
|
||||
|
||||
let bot:BotInstance<dyn std::future::Future<Output = ()>> = BotInstance::init();
|
||||
// let bot:BotInstance<dyn std::future::Future<Output = ()>> = BotInstance::init();
|
||||
|
||||
//let bot = BotInstance::init();
|
||||
let bot = BotInstance::init();
|
||||
|
||||
bot.runner().await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue