Fix suggestions

This commit is contained in:
Elnu 2022-11-24 17:35:49 -08:00
parent 4416a8f71c
commit 61973f617d
2 changed files with 18 additions and 12 deletions

View file

@ -5,7 +5,7 @@ use std::env;
type Error = Box<dyn std::error::Error + Send + Sync>;
type Context<'a> = poise::Context<'a, Data, Error>;
type PrefixContext<'a> = poise::PrefixContext<'a, Data, Error>;
// type PrefixContext<'a> = poise::PrefixContext<'a, Data, Error>;
// User data, which is stored and accessible in all command invocations
pub struct Data {}