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!(