From 32d42d5fbab9c74dbe59fbdb94a29112f8766e27 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 15 Dec 2023 02:04:28 -0500 Subject: commands: improve descriptions --- src/commands/general/config.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/general/config.rs') diff --git a/src/commands/general/config.rs b/src/commands/general/config.rs index 64cdb83..f308f31 100644 --- a/src/commands/general/config.rs +++ b/src/commands/general/config.rs @@ -45,6 +45,7 @@ pub async fn config(_ctx: Context<'_>) -> Result<()> { Ok(()) } +// Set a configuration option #[allow(clippy::too_many_arguments)] #[poise::command( slash_command, @@ -135,6 +136,7 @@ pub async fn set( Ok(()) } +// Get a configuration option #[poise::command( slash_command, prefix_command, -- cgit v1.2.3