koreanbots 2.0.1

Koreanbots API wrapper library
Documentation

koreanbots-rs

Notice: Change koreanbots-rs to koreanbots

Example

use koreanbots::blocking::Client;

fn main() {
    let client = Client::new("");
    println!("{:?}", client.get_bot("387548561816027138"));
}

``toml koreanbot = { version = "2.0.1", features=["blocking"]}


License: Apache-2.0