cleaned up a bit
This commit is contained in:
parent
c31be2f7da
commit
461326be30
@ -17,7 +17,7 @@ use serenity::{
|
|||||||
Client, Context,
|
Client, Context,
|
||||||
},
|
},
|
||||||
framework::standard::{
|
framework::standard::{
|
||||||
Args, CommandResult, CheckResult, DispatchError, StandardFramework, Reason,
|
Args, CommandError, CommandResult, CheckResult, DispatchError, StandardFramework, Reason,
|
||||||
macros::{
|
macros::{
|
||||||
command, group, check, hook,
|
command, group, check, hook,
|
||||||
}
|
}
|
||||||
@ -65,7 +65,6 @@ use std::{
|
|||||||
sync::Arc,
|
sync::Arc,
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
use serenity::framework::standard::CommandError;
|
|
||||||
|
|
||||||
|
|
||||||
struct SQLPool;
|
struct SQLPool;
|
||||||
|
Loading…
Reference in New Issue
Block a user