2024.01.29 - Latest Compiles without issues
This commit is contained in:
parent
b9ea781ed8
commit
25b73c41cc
5 changed files with 229 additions and 85 deletions
src
|
@ -26,6 +26,8 @@ pub async fn main() {
|
|||
|
||||
//let bot:BotInstance<dyn std::future::Future<Output = ()>> = BotInstance::init();
|
||||
|
||||
//let bot:BotInstance<dyn Send + std::future::Future<Output = ()>> = BotInstance::init();
|
||||
//let bot:BotInstance<std::future::Future<Output = ()> + Sized> = BotInstance::init();
|
||||
let bot = BotInstance::init();
|
||||
|
||||
bot.runner().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue