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

@ -24,10 +24,8 @@ use crate::{
},
framework::SendIterator,
get_ctx_data,
language_manager::LanguageManager,
models::{ChannelData, GuildData, Timer, UserData},
time_parser::TimeParser,
SQLPool,
};
use chrono::{offset::TimeZone, NaiveDateTime};