Fix suggestions
This commit is contained in:
parent
4416a8f71c
commit
61973f617d
2 changed files with 18 additions and 12 deletions
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue