added comment to new command
This commit is contained in:
parent
a1e5978ef0
commit
4c5c73e670
@ -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!(
|
||||
|
Loading…
Reference in New Issue
Block a user