gaato/discord/coordinator does not have a README file
pub(all) suberror CoordinatorError {
InvalidConfig(message~ : String)
Transport(message~ : String)
Disconnected
InvalidResponse(message~ : String)
Remote(message~ : String)
} derive(Debug)pub struct Coordinator {
// private fields
}async fn[X] Coordinator::serve(group : TaskGroup[X], addr~ : String, max_concurrency? : Int, identify_spacing_ms? : Int, global_limit? : Int) -> Coordinatorpub struct RemoteIdentifyQueue {
// private fields
}impl IdentifyQueue for RemoteIdentifyQueuepub struct RemoteRateLimiter {
// private fields
}impl RateLimiter for RemoteRateLimiterasync fn release(self : RemoteRateLimiter, bucket_key : String, status~ : Int, headers~ : Map[String, String]) -> UnitInstall
Download zipAn experimental Discord library for MoonBit: typed APIs, a native gateway with voice (DAVE E2EE), and JS/serverless HTTP interactions.
Dependencies