diff --git a/src/commands/accountv2.rs b/src/commands/accountv2.rs index 43199eb..16a8e9f 100644 --- a/src/commands/accountv2.rs +++ b/src/commands/accountv2.rs @@ -131,7 +131,7 @@ impl Link { 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> { // root of slash-commands is not invokable. unreachable!()