Skip to content

Releases: sentinelb51/revoltgo

Stable release

21 Jul 16:14
Compare
Choose a tag to compare

Fixes a critical error where bots would 401 due to incorrect headers. While revolt's documentation shows X-Session-Token as the auth header, X-Bot-Token is required instead. Both will be set as the library does not know if it's acting as a self-bot or not.

In the future, maybe during the initial handshake we could fetch the user, then the request method can determine if we're a self-bot by checking s.State.User?

Stable release

21 Jul 15:17
Compare
Choose a tag to compare

Fixed a minor bug that resulted in duplicate ratelimit buckets for the same endpoint. This was caused by URL query parameters.

Stable release

10 Jul 21:59
Compare
Choose a tag to compare

This release features a stable and ready-to-use API, with support for almost everything included in the API, as well as caching, ratelimiting, and reconnects on websocket errors.