added comment to new command

This commit is contained in:
August 2024-10-05 00:45:32 -04:00
parent a1e5978ef0
commit 4c5c73e670
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -1,6 +1,7 @@
use crate::Context; use crate::Context;
use crate::Error; use crate::Error;
/// Print version and build information
#[poise::command(slash_command)] #[poise::command(slash_command)]
pub async fn version(ctx: Context<'_>) -> Result<(), Error> { pub async fn version(ctx: Context<'_>) -> Result<(), Error> {
ctx.say(format!( ctx.say(format!(