Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Twilight

Builds software that powers the biggest Discord bots
Collective - Host: opensource - https://opencollective.com/twilight - Website: https://twilight.rs - Code: https://github.com/twilight-rs/twilight

feat(http)!: `channel_id` is optional for `UpdateCurrentUserVoiceState` (#1882)

Closes #1881.

github.com/twilight-rs/twilight - 241dba0213ddecd6a64fe1ff34da8b31a8402031 authored almost 2 years ago by ITOH <[email protected]>
refactor(gateway-queue)!: drop TLS features (#1842)

`LargeBotQueue` requires a `Client` from twilight-http, meaning that
users must also depend on t...

github.com/twilight-rs/twilight - 3aad75d1afb8c6f59556f5684433dec8be026df8 authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
docs(model)!: document `application::command::permissions` (#1816)

Breaking since types no longer end on "s" (they're not plural).
For example, `CommandPermission...

github.com/twilight-rs/twilight - 9bb5b739aaef67a5251b5282da3ffa2633e6da61 authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(model)!: move related modules under `guild` (#1814)

* move invite, scheduled_event, template -> guild
* hide `MemberIntermediary` and `PresenceInter...

github.com/twilight-rs/twilight - 1456163b3da821adcf4009dd28de87487b05aead authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
fix(model)!: add a unknown variant to `PremiumType` (#1996)

This makes the size 2 bytes instead of 1, but it makes it less likely to
cause issues with seri...

github.com/twilight-rs/twilight - 024c70a999ce86ded6d06206d00b2c951345ac6f authored almost 2 years ago by Erk <[email protected]>
docs: add `Intents::MESSAGE_CONTENT` to examples (#1994)

github.com/twilight-rs/twilight - bb5dbb646cad01b86c298486ca6638f61fdb905e authored almost 2 years ago by Dominik Spitzli <[email protected]>
docs: fix dead link in the book (#1992)

github.com/twilight-rs/twilight - 9ebad5090060451e2c4e30095532fdcc0be00267 authored almost 2 years ago by Erk <[email protected]>
fix: clippy 1.65 lints round 2 (#1991)

This was somehow missed in the previous Rust 1.65 Clippy fix PR (#1985).

github.com/twilight-rs/twilight - 761c4524ee59c71c9f7a66f8eb85daf4c3b74234 authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
fix: clippy 1.65 lints (#1985)

github.com/twilight-rs/twilight - b76770a4870a6fc45ba30f81ac82cb113e0b3f86 authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
docs(lavalink): minor fix in example (#1980)

In `.split_once()` examples:
```
assert_eq!("cfg".split_once('='), None);
assert_eq!("cfg=foo...

github.com/twilight-rs/twilight - 53168f8f2018f5820f4075ddcac676804c5ce2de authored almost 2 years ago by KallelGaNewk <[email protected]>
release(twilight-model): bump to 0.13.7

github.com/twilight-rs/twilight - 0fa579f0a72fa6dd85a6ebb6df1e8395609171ed authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelog

github.com/twilight-rs/twilight - 375ba081ca74eff814ab8577455c7cd62f1d5b69 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
fix(model)!: flatten `DefaultReaction` and `ForumTag` (#1978)

Fixes #1977 by flattening `DefaultReaction` and `ForumTag` and
documenting invariants, as they ...

github.com/twilight-rs/twilight - f2f5733d6ac2375ce04f33c1fcdbafd010b9b3c1 authored almost 2 years ago by Vilgot Fredenberg <[email protected]>
release(twilight-http-ratelimiting): bump to 0.13.3

github.com/twilight-rs/twilight - 1147423cea90aa1d47cac07c45a941bb6aa348ef authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http): bump to 0.13.3

github.com/twilight-rs/twilight - 6ad4a22da1b714eced268762006806ed23cd2c6c authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-validate): bump to 0.13.2

github.com/twilight-rs/twilight - 8046b6b32df5c8f06b0c0e798b7d4a81bab61192 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.6

github.com/twilight-rs/twilight - 4d58448d64bb9b28704e0f8020a939f827a60b2b authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-cache-inmemory): bump to 0.13.1

github.com/twilight-rs/twilight - f1ba0a6dfffdfb91f235c0f6e866a7a99f8652a9 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - d5da64b41e0aef0f25430c598a6a6bcf9f93c260 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
fix(http)!: require privacy_level in `CreateGuildScheduledEvent` (#1962)

Previously, the request builder would fail to add a value for
`privacy_level` at all. This ensu...

github.com/twilight-rs/twilight - 3407a249d29bd1b99b94626e1db11ffdaec4b4eb authored almost 2 years ago by Cassandra McCarthy <[email protected]>
feat(http,model): forum channels (#1864)

This PR implements Forum Channels support.

Continued from #1833.

Closes #1675.

github.com/twilight-rs/twilight - 38a01d81cd2db724737702713022650a8a538d22 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
feat(http,model)!: auto moderation http methods and mention spam (#1846)

Closes #1709.

Closes #1867.

Changelog
---------

Remove `TriggerType::HarmfulLink`, ad...

github.com/twilight-rs/twilight - 57fc41c64d3705849b22c7a7bbcd09ccaadd2c26 authored almost 2 years ago by Cassandra McCarthy <[email protected]>
docs(model): update `Id::new_unchecked` and `Id::new_checked` (#1959)

Co-authored-by: Vilgot Fredenberg <[email protected]>

github.com/twilight-rs/twilight - 8c66d7c2fc82458b1ab0d0f8d0e5f411a9d7d44a authored almost 2 years ago by laralove <[email protected]>
release(twilight-lavalink): bump to 0.13.1

github.com/twilight-rs/twilight - b253ff41d1b3911f899b2a6c1f637f2d73abbd8f authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-gateway): bump to 0.13.3

github.com/twilight-rs/twilight - e967c9b75e4ff9dce3497d3ab36311fe0c0c5e69 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http): bump to 0.13.2

github.com/twilight-rs/twilight - 9de333b2a95a0332eff6f7bbd62267f9df74cc4a authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-standby): bump to 0.13.2

github.com/twilight-rs/twilight - 90055bbb702f94a351fa0b609825b93b3c238e50 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-util): bump to 0.13.3

github.com/twilight-rs/twilight - 38dee00c02d07c1b951fa7a6b4d331fced8a747f authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.5

github.com/twilight-rs/twilight - 62ad3969f1c775f810e006f4afc034aadc0dc1d1 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 9b5994d20106cf4841dc226bb8bddd2ce2f7b228 authored about 2 years ago by Cassandra McCarthy <[email protected]>
ci: bump fuxingloh/multi-labeler from 1 to 2 (#1927)

Bumps [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler) from 1 to 2.
- [Rel...

github.com/twilight-rs/twilight - 21b1bfdbf1903f32549270134575f0e2b244e9ff authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(gateway): fix or ignore clippy for 1.64

Since we delayed the major, we can't rely on it coming out today to fix
clippy issues. This fixe...

github.com/twilight-rs/twilight - 9f64c131c3059976640d6f15c9a8035b0234a68f authored about 2 years ago by Cassandra McCarthy <[email protected]>
feat(gateway): add gateway url to the shard information (#1926)

Add the gateway URL to the shard information since it is no longer static.

github.com/twilight-rs/twilight - 7d069f042279b8981742acda4167f24d75ba3a5b authored about 2 years ago by Erk <[email protected]>
feat(model): add `scopes` to `GuildIntegration` (#1915)

Discord provides the scopes which the integration has been authorized
for.

Closes #1914.

github.com/twilight-rs/twilight - a049b52564c3e35407463645191f452bdd9fa0a2 authored about 2 years ago by ITOH <[email protected]>
feat(model): method to get the `guild_id` from an `Event` (#1899)

Instead of having the `guild_id(event: &Event)` function as an internal
utility in the standby ...

github.com/twilight-rs/twilight - 66a8301124ba21d3afb6ecfd72d92842c1bc0a81 authored about 2 years ago by ITOH <[email protected]>
feat(model)!: bring audit log up to date (#1921)

Add `application_commands` to audit log.

Add `AutoModerationFlagToChannel` and
`AutoModerati...

github.com/twilight-rs/twilight - 570dfc398fc6ea5aca0ae76fd61a1ae9c554d786 authored about 2 years ago by ITOH <[email protected]>
docs(http): document mutable guild features (#1912)

Discord only allows the `COMMUNITY`, `DISCOVERABLE` and
`INVITES_DISABLED` features to be edite...

github.com/twilight-rs/twilight - c17313df7484a5a661d752e757ae6a4d4e049361 authored about 2 years ago by ITOH <[email protected]>
docs(http): document component only messages (#1911)

Discord now allows users to send messages which only contain components.

Closes #1902.

github.com/twilight-rs/twilight - f9f5e12ab8ad14f9f9c80460a4298b21ef2fa1b9 authored about 2 years ago by ITOH <[email protected]>
fix(model)!: use `ImageHash` for `InteractionMember::avatar` (#1924)

Adds a missing `ImageHash` usage.

github.com/twilight-rs/twilight - c10e607dd02e8e362686ae8a6c829bef25a87841 authored about 2 years ago by ITOH <[email protected]>
feat(model): add `GuildFeature::InvitesDisabled` (#1910)

Discord has added a new guild feature, which when enabled pauses all
invites, preventing new us...

github.com/twilight-rs/twilight - ec67a745f8997ab6be8bf3cd46d57afadc1d60f6 authored about 2 years ago by ITOH <[email protected]>
ci: make deploy use a bot account

github.com/twilight-rs/twilight - 8a1af6383c201994280a2e6ecec880da1d3e5f62 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.4

github.com/twilight-rs/twilight - 027af237ad4192badbbffe4e23245067b3c30331 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-util): bump to 0.13.2

github.com/twilight-rs/twilight - 67c249ecb29546fb63416426652ae036a501859e authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http): bump to 0.13.1

github.com/twilight-rs/twilight - 5f089d271d05d87a9d7fc79bf7927db2b4972dcc authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 55f6a781a02d1e96fa09a6230d8742fada26986a authored about 2 years ago by Cassandra McCarthy <[email protected]>
feat(model): add `two_way_link` to `Connection` (#1918)

When the connection has a corresponding thrid party OAuth2 token
`two_way_link` will be set to ...

github.com/twilight-rs/twilight - 7ed789cf03129c1f84b6c70563bb93decbe40a2e authored about 2 years ago by ITOH <[email protected]>
feat(http): implement `AuditLogReason` for `UpdateGuildMfa` (#1916)

Discord supports the `x-audit-log-reason` header for the update guild
mfa endpoint.

Closes #...

github.com/twilight-rs/twilight - 879a4009c913647c59aed9ac14075a6d605b2822 authored about 2 years ago by ITOH <[email protected]>
docs(http,util): fix mention on how color works (#1893)

Using `0x000000` as an embed's color does indeed work. Update the docs
to mention this, and als...

github.com/twilight-rs/twilight - 72bdc4f17ae7e494bbc19cc78103429f1c5dc295 authored about 2 years ago by Uriel <[email protected]>
fix(model): don't serialize `Mention.member` if None (#1896)

When `Mention.member` is none on the gateway, Discord doesn't send the
actual value.

github.com/twilight-rs/twilight - 64f86572eb0210eac94fa1a822ceb0f793514294 authored about 2 years ago by Simon Beal <[email protected]>
release(twilight-gateway-queue): bump to 0.13.1

github.com/twilight-rs/twilight - 368e7d21bf09e80b385acfce2952c3cf869da75f authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-gateway): bump to 0.13.2

github.com/twilight-rs/twilight - 37c0e04b935a4798b0e8d298274c94631bbc7fca authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 41c28e8003bd4263830a34cea95d32bfd5a78ee5 authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(gateway): reconnect handling of gateway query parameters (#1901)

github.com/twilight-rs/twilight - 19cd1a094d244601c727bdca97310d32c6eab9c2 authored about 2 years ago by Florian Spieß <[email protected]>
docs(gateway-queue): clarify `buckets` for large bot queue (#1895)

The term "buckets" here was immediately obvious to me; I had to ask for
clarification, so let's...

github.com/twilight-rs/twilight - cac53e2e94e279ab01712471520002fbcd5f33a6 authored about 2 years ago by James Gayfer <[email protected]>
release(twilight-gateway): bump to 0.13.1

github.com/twilight-rs/twilight - 57ba7d4771546ff25156f964d52614bef631cc12 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-standby): bump to 0.13.1

github.com/twilight-rs/twilight - e2883a2b4581ce600d7111b854cd44b2e9a384dc authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http-ratelimiting): bump to 0.13.2

github.com/twilight-rs/twilight - 5fc13f2d8263b1501a845bb926d7a8368c5bf204 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.3

github.com/twilight-rs/twilight - 137150d07286e0a11bab7307c6cccb6e2aeb9319 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 018ae093d93c4193d53eed7a518b518365a1f2fd authored about 2 years ago by Cassandra McCarthy <[email protected]>
feat(gateway,model): add handling for gateway resume url (#1894)

This adds handling for the new `gateway_resume_url`, which is provided
in the `READY` dispatch....

github.com/twilight-rs/twilight - e825f254b0064bdc2adf9cb733cfe7f58f9fac8c authored about 2 years ago by Florian Spieß <[email protected]>
feat(model): add application command badge flag (#1888)

Closes #1887.

github.com/twilight-rs/twilight - 9ad86b5e727ab41de792d8d9cdb5b6f94ecf417d authored about 2 years ago by ITOH <[email protected]>
fix(http-ratelimiting): explicitly drop lock (#1885)

Fixes a logic false positive with the `unused` lint.

github.com/twilight-rs/twilight - 4e5c8ecfe656b311082e26102b43720aea0e1868 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-validate): bump to 0.13.1

github.com/twilight-rs/twilight - d4e0f2dce85cb64b8d72d02fd1e8d06f31f60265 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.2

github.com/twilight-rs/twilight - eab11acebc57c310b1e7ec3f82a82b79ee9f6455 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http-ratelimiting): bump to 0.13.1

github.com/twilight-rs/twilight - 01a16d01a14bba02f825aa83f3c765f5123a7634 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-util): bump to 0.13.1

github.com/twilight-rs/twilight - 8691129a0a9c44da3fbc982d2b096dab616dbe34 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - c0ac77b44fd1a8fe8a5ae948828c805e17dd4871 authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(http-ratelimiting): `/channels/id/thread-members/id` parsing (#1880)

Fixes an issue brought up in [our support channel] where this path
wasn't accounted for.

[ou...

github.com/twilight-rs/twilight - 7e2296f25d59b8550ec7fd504af9ecf81b0d7a35 authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(model): autocomplete focused options are always strings (#1873)

Fixes an issue where a focused autocomplete option (which is really a
number) was deserializing...

github.com/twilight-rs/twilight - f1c76f5daa766b41e62eb2e841cd98ceec814bd9 authored about 2 years ago by Cassandra McCarthy <[email protected]>
build: use version 2 of the feature resolver (#1872)

The default for normal crates as of the Rust 2021 edition, it's not
enabled by default for work...

github.com/twilight-rs/twilight - ee8bda428a36078d80fece4d910c3810b0bc5681 authored about 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(model): mark c-style enums `#[non_exhaustive]` (#1862)

Adding variants is technically a breaking change without this.

Also removes some out of place...

github.com/twilight-rs/twilight - 0e92647560d1638640133e82f5bf67ab05eeaf3c authored about 2 years ago by Vilgot Fredenberg <[email protected]>
release(twilight-model): bump to 0.13.1

github.com/twilight-rs/twilight - d3a6cffa5e060a44a645ed00da9188d30cf33fa1 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 7885f2ba94b2b6739a89f075f7c6c70adf1d83a6 authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(model): don't serialize `PartialMember.permissions` if `None` (#1878)

According to the [Discord docs], `GuildMember.permissions` is not
serialized if it would be `No...

github.com/twilight-rs/twilight - 629e1fdeaaf077a128725767c7fed841e9a80e0f authored about 2 years ago by Simon Beal <[email protected]>
fix(model): deserialize `Event::GuildStickersUpdate` (#1858)

Variant was added to `Event`, but not to `DispatchEvent`, which
prevented it from being deseria...

github.com/twilight-rs/twilight - 66f6a3518ee3886daba5d72874f072a5bdd6a554 authored about 2 years ago by Vilgot Fredenberg <[email protected]>
fix(model): serialize options localizations as well (#1871)

For some reason the serializer for command options skipped the
localizations, this PR fixes that

github.com/twilight-rs/twilight - 1b1feca9040416c71674bb4f10b7b117e232443d authored about 2 years ago by tooboredtocode <[email protected]>
ci: ignore inflight (#1879)

github.com/twilight-rs/twilight - 412fcfbc2f6a1103dfa2f504eded179614b9b0c0 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-mention): bump to 0.13.0

github.com/twilight-rs/twilight - 0af5dee2b7c00d5b9e618d1dbc5292dd6ed72f4d authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-lavalink): bump to 0.13.0

github.com/twilight-rs/twilight - 5538871bb4ab62c98c175bdb31f56fbe55be8466 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-standby): bump to 0.13.0

github.com/twilight-rs/twilight - 309c96e07ef2776088f6fea66a46895d6b2a0861 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight): bump to 0.13.0

github.com/twilight-rs/twilight - 95f3a83db3aa9a3812a8dea8de10f44f2044887c authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-gateway-queue): bump to 0.13.0

github.com/twilight-rs/twilight - 8859b6487e8b0c709af83ccf0e6535978af6c062 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-gateway): bump to 0.13.0

github.com/twilight-rs/twilight - 4cc501666d917fbcca98c314d86f645f17b288fc authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http): bump to 0.13.0

github.com/twilight-rs/twilight - 6840eb5e64f2cce21d97483a594e0d870142dbbc authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http-ratelimiting): bump to 0.13.0

github.com/twilight-rs/twilight - 82af8e5bbd39d622dc76cb1e41fc83f109b4a5cc authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-util): bump to 0.13.0

github.com/twilight-rs/twilight - 9761ed6a10ea9973f9902306e97931b8a0b3420f authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-validate): bump to 0.13.0

github.com/twilight-rs/twilight - 8bfe8975347d5c9d9c265e8c4f186553fa57a421 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-cache-inmemory): bump to 0.13.0

github.com/twilight-rs/twilight - b9dcbcbebbd96ce0592b1f72a0682b86382e2f03 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.13.0

github.com/twilight-rs/twilight - 8c95c517e776a7fb8c87d410f009fce83896dbec authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 6caa7c16afc0b162cb3bfcd5fcd5b1ef2997cfa6 authored about 2 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - e399e3c001c179639982c32525088e473f02a466 authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(cache): ResourceType::GUILD required for other resources (#1616)

Closes #1553.

Co-authored-by: Cassandra McCarthy <[email protected]>

github.com/twilight-rs/twilight - e32936b9a042c9694860d4ffc5f73517a8051faa authored about 2 years ago by ITOH <[email protected]>
docs(model): fully document `channel::message` (#1792)

Denies missing docs on it and any of its submodules, except for
`MessageType`.

Co-authored-b...

github.com/twilight-rs/twilight - 0d2623e315567c08c59b45def6fa4ebacd28fcc8 authored about 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

github.com/twilight-rs/twilight - e22be1b9d3b83f7658fe3e5b376cef119fbfbaeb authored about 2 years ago by Cassandra McCarthy <[email protected]>
release: generate changelogs

github.com/twilight-rs/twilight - 41f6b75fda2a38f49fb76316e6a2633b2400f45f authored about 2 years ago by Cassandra McCarthy <[email protected]>
fix(model)!: make `Channel::position` `i32` (#1865)

Fixes #1863.

github.com/twilight-rs/twilight - 709e8016a6fce31868c08c7a3ea6db5d970feb41 authored about 2 years ago by Cassandra McCarthy <[email protected]>
ci(http): fix new nightly nit

Fixes a nit causing docs and minimal crate versions CI to fail.

github.com/twilight-rs/twilight - f693e65269b22350f65f1871cbf9e086e0988bed authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http): bump to 0.12.2

github.com/twilight-rs/twilight - 22bfa216f8866f01f4f08d47817f73521cfb2f5a authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-model): bump to 0.12.3

github.com/twilight-rs/twilight - b14eadafd827ef976760feb26004f634f961c662 authored about 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight-http-ratelimiting): bump to 0.12.2

github.com/twilight-rs/twilight - 86fa99723feb3eecd5efb88775e40831e8590b3e authored about 2 years ago by Cassandra McCarthy <[email protected]>