π‘ Discord IPC
discordipc is a Rust library that enables connection and interaction with Discord's IPC, allowing you to set custom activities for your project.
β Features
β
Rich Presence: Set custom activities, statuses, and more.
β
Event listeners: Handle Discord responses dynamically with event listeners.
β
Custom Packets: Extend functionality for advanced interactions.
π Installation
Add the following to your Cargo.toml:
[]
= "0.1.1"
Or run:
cargo add discordipc
π§ Basic usage
use ;
π Examples
All usage examples are located in the examples folder. You can run an example by executing:
cargo run --example <example_name>
Replace <example_name> with the name of the example file you wish to try.
π€ Contributing
This is a small project and all contributions are widely appreciated! Any help whether it's improving the documentation, fixing bugs, adding new features, or sharing ideas is welcome.
Donβt forget to leave a β if you find the library useful!