From f86eefe7c41c72f9b2a81e9e1b4729e5af436905 Mon Sep 17 00:00:00 2001 From: Stachelbeere1248 Date: Fri, 15 Nov 2024 15:15:22 +0100 Subject: [PATCH] register test command --- src/commands/accountv2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!()