4 stable releases
2.0.3 | Jun 6, 2021 |
---|---|
2.0.1 | May 29, 2021 |
#20 in #blocking-client
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–15MB
~225K SLoC