summaryrefslogtreecommitdiff
path: root/src/commands/general/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/general/config.rs')
-rw-r--r--src/commands/general/config.rs2
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,