Skip to content

Instantly share code, notes, and snippets.

View Enderchief's full-sized avatar
👋

Enderchief

👋
  • Canada
  • 14:03 (UTC -07:00)
View GitHub Profile
@Enderchief
Enderchief / waft.md
Created February 4, 2024 03:17
plan for the lib

Planning for Waft with examples

Commands

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