Ruvolt
ruvolt is an API library to interact with Revolt Chat APIs and create bots.
Getting started
Installation
To use ruvolt we need ruvolt, async-trait and an asynchronous runtime, let's use the tokio.
Add this to your Cargo.toml dependencies section and run cargo build to compile dependencies.
= "*"
= "*"
= { = "*", = ["macros", "rt-multi-thread"] }
Example - Ping/Pong bot
use ;
;
async
Documentation
Rust docs
A documentation generated by rustdoc, you can find here.
Examples
License
This project is under the MIT license.