From 4c5c73e6700d54b94debfcd4cb913a88dcb44b80 Mon Sep 17 00:00:00 2001 From: shibedrill Date: Sat, 5 Oct 2024 00:45:32 -0400 Subject: [PATCH] added comment to new command --- src/command/devel.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command/devel.rs b/src/command/devel.rs index 7f8b03c..e6aa8bc 100644 --- a/src/command/devel.rs +++ b/src/command/devel.rs @@ -1,6 +1,7 @@ use crate::Context; use crate::Error; +/// Print version and build information #[poise::command(slash_command)] pub async fn version(ctx: Context<'_>) -> Result<(), Error> { ctx.say(format!(