4 stable releases

2.0.3 Jun 6, 2021
2.0.1 May 29, 2021

#16 in #blocking-client

Apache-2.0

21KB
565 lines

koreanbots-rs

Notice: Change koreanbots-rs to koreanbots

Example

use koreanbots::blocking::Client;

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

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

License: Apache-2.0

Dependencies

~4–16MB
~245K SLoC