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