removed async_trait from deps to use reexport from serenity

This commit is contained in:
2021-01-07 21:11:02 +00:00
parent 3598973fac
commit 769cb78141
4 changed files with 2 additions and 6 deletions

View File

@ -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;