polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Automatically check whether `Instance` is rate limited #450

Closed bitfl0wer closed 8 months ago

bitfl0wer commented 8 months ago

There should be a way to find out whether an instance is ratelimited or not. You do not always know this when programatically instantiating (get it haha) Instances.

bitfl0wer commented 8 months ago

Merged to dev