register test command
This commit is contained in:
parent
4b9962dd66
commit
f86eefe7c4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl Link {
|
||||||
Ok(self)
|
Ok(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#[poise::command(slash_command, subcommands("add", "list"))]
|
#[poise::command(slash_command, subcommands("add", "list", "context_list"))]
|
||||||
pub(crate) async fn account(_ctx: Context<'_>) -> Result<(), Error> {
|
pub(crate) async fn account(_ctx: Context<'_>) -> Result<(), Error> {
|
||||||
// root of slash-commands is not invokable.
|
// root of slash-commands is not invokable.
|
||||||
unreachable!()
|
unreachable!()
|
||||||
|
|
Loading…
Add table
Reference in a new issue