diff options
| author | seth <[email protected]> | 2023-12-15 02:04:28 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 32d42d5fbab9c74dbe59fbdb94a29112f8766e27 (patch) | |
| tree | 79111090bf837fc97fc5303f1fe93e6a550e6b06 /src/commands/general/config.rs | |
| parent | e38a441e37ec1a1dff07cf8bcff3e36a411709aa (diff) | |
commands: improve descriptions
Diffstat (limited to 'src/commands/general/config.rs')
| -rw-r--r-- | src/commands/general/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
