cleared up imports, split command help into separate function, postponed some awaits

This commit is contained in:
2020-12-18 12:37:05 +00:00
parent 26825ff4e5
commit ca68b45ebe
5 changed files with 49 additions and 45 deletions

View File

@ -15,12 +15,10 @@ use crate::{
consts::THEME_COLOR,
get_ctx_data,
models::{GuildData, UserData},
SQLPool,
};
use sqlx::MySqlPool;
use std::convert::TryFrom;
use crate::language_manager::LanguageManager;
use async_trait::async_trait;
#[derive(Debug)]