| Crates.io | koreanbots |
| lib.rs | koreanbots |
| version | 2.0.3 |
| created_at | 2021-05-29 05:12:35.058731+00 |
| updated_at | 2021-06-06 12:57:31.348817+00 |
| description | Koreanbots API wrapper library |
| homepage | |
| repository | https://github.com/AkiaCode/Koreanbots.rs.git |
| max_upload_size | |
| id | 403406 |
| size | 32,519 |
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