Planning for Waft with examples Commands #[waft::command(description="Ping Command!")] async fn ping(ctx: &watf::Context) -> CommandResult { ctx.send("Pong").await? }