removed language_manager.rs. framework reworked for slash commands. updated info commands for new framework
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
use std::{collections::HashSet, fmt::Display};
|
||||
|
||||
use chrono::{Duration, NaiveDateTime, Utc};
|
||||
use chrono_tz::Tz;
|
||||
use serenity::{
|
||||
client::Context,
|
||||
http::CacheHttp,
|
||||
@ -8,9 +12,7 @@ use serenity::{
|
||||
},
|
||||
Result as SerenityResult,
|
||||
};
|
||||
|
||||
use chrono::{Duration, NaiveDateTime, Utc};
|
||||
use chrono_tz::Tz;
|
||||
use sqlx::MySqlPool;
|
||||
|
||||
use crate::{
|
||||
consts::{MAX_TIME, MIN_INTERVAL},
|
||||
@ -23,10 +25,6 @@ use crate::{
|
||||
SQLPool,
|
||||
};
|
||||
|
||||
use sqlx::MySqlPool;
|
||||
|
||||
use std::{collections::HashSet, fmt::Display};
|
||||
|
||||
async fn create_webhook(
|
||||
ctx: impl CacheHttp,
|
||||
channel: GuildChannel,
|
||||
|
Reference in New Issue
Block a user