Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stoat API Wrapper

crates.io Documentation Apache-2.0 licensed

Simple API Wrapper for the stoat API with a fully featured command system.

Examples can be found in the example directory.

To get started using this library please read the Getting Started Guide.

async fn ping(ctx: CommandContext<Error, ()>) -> Result<(), Error> {
    ctx.message
        .reply(&ctx, true)
        .content("Pong!".to_string())
        .build()
        .await?;

    Ok(())
}

About

Stoat.chat rust sdk

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages