GitXplorerGitXplorer
A

Koreanbots.rs

public
6 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
4e44e1182ca520e632b2d1a0b8c97d0d0a5ce1b5

bugfix

AAkiaCode committed 4 years ago
Unverified
08a62625864ee9516f9cfde5cc752c9cf2cef690

2.0.2

AAkiaCode committed 4 years ago
Verified
b803f840f207d6c7ad357d6189d9b04b1b3cfb07

Update README.md

AAkiaCode committed 4 years ago
Unverified
98c9c49548220eaaa2599f660cd69d46dc6821e0

README.md

AAkiaCode committed 4 years ago
Unverified
de6202b52508d2b1cf1956f51023c4fb49ae94ff

versioup

AAkiaCode committed 4 years ago
Unverified
c81a2d5f78a15f057b83fd486624e8d3a3bc90b5

fix

AAkiaCode committed 4 years ago

README

The README file for this repository.

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