Discord Rich Presence
Fork of discord-rich-presence crate Changes:
- Added support for Deserialize trait for structures
A simple, cross-platform crate to connect and send data to Discord's IPC. Special attention is given to sending rich presence data.
Example
use ;
Running example on the CLI
The repository comes with an example you can run with cargo to set a dummy activity. Just provide a valid Client ID as the argument:
cargo run --example presence <CLIENT_ID>