Fmt fix (intentional)

This commit is contained in:
2023-03-06 19:29:29 -05:00
parent 136e59f867
commit 831117d440

View File

@@ -6,6 +6,6 @@ use serenity::prelude::Context;
#[command]
pub async fn ping(ctx: &Context, msg: &Message) -> CommandResult {
msg.channel_id.say(&ctx.http, "pong!").await?;
Ok(())
}