removed async_trait from deps to use reexport from serenity
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
use regex_command_attr::command;
|
||||
|
||||
use serenity::{
|
||||
async_trait,
|
||||
client::Context,
|
||||
constants::MESSAGE_CODE_LIMIT,
|
||||
model::{
|
||||
@ -18,8 +19,6 @@ use crate::{
|
||||
use sqlx::MySqlPool;
|
||||
use std::convert::TryFrom;
|
||||
|
||||
use async_trait::async_trait;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct TodoNotFound;
|
||||
|
||||
|
Reference in New Issue
Block a user