removed framework impl

This commit is contained in:
2021-11-02 20:19:29 +00:00
parent f1bfc11160
commit a21f518b21
4 changed files with 18 additions and 36 deletions

View File

@ -244,7 +244,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
})
.application_id(application_id.0)
.event_handler(Handler)
.framework_arc(framework_arc.clone())
.await
.expect("Error occurred creating client");