Ecosyste.ms: OpenCollective

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

github.com/twilight-rs/twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://github.com/twilight-rs/twilight

Merge branch 'main' into next

8cfaf77f905a4a60410dad45d02f56baad243ef2 authored over 2 years ago by Cassandra McCarthy <[email protected]>
fix(cache-inmemory): proper handling and cleanup on `UnavailableGuild` (#1506)

Added a test to showcase what the behavior looks like now: Guild gets
marked as unavailable, gu...

eb39061b19acff35ed0bdb552da9c34cf9c58aee authored over 2 years ago by Jens Reidel <[email protected]>
feat(validate): validate embed length (#1504)

Ensure that messages do not send a list of embeds with a combined length
of over the limit. Thi...

c470e9f5f037058bd46e0afa5792a004643baa88 authored over 2 years ago by laralove <[email protected]>
Merge branch 'main' into next

907d682b248a8390be190ba1e4fd382a714235f0 authored over 2 years ago by Cassandra McCarthy <[email protected]>
feat(model): method to retrieve id nonzero value (#1493)

Add a new method to `twilight_model::id::Id` called `into_nonzero` to
retrieve the `NonZeroU64`...

a998ffac2eb5651038fba8148c0997e5dc8242b7 authored over 2 years ago by Dominik Nakamura <[email protected]>
feat(cache/in-memory): new voice state fields (#1492)

Add new fields to the cached voice state type that have since been added
to the `twilight_model...

9a8bd23e79e54ce39c1be7db6e3855a7d7ac659f authored over 2 years ago by Zeyla Hellyer <[email protected]>
refactor(gateway)!: remove `compression` feature flag (#1497)

Followup to #1482.

368083325208bfe8d0cfd1f133c9828f3c9e846e authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat(gateway-queue)!: make `twilight-http` optional (#1489)

When `LargeBotQueue` is not being used, there is no need to depend on
twilight-http. This curre...

25e9e5973865777d91e635e1c50e00e343e53583 authored over 2 years ago by Jens Reidel <[email protected]>
refactor(cache/in-memory)!: cached voice state (#1491)

We have a type, `model::CachedVoiceState`, that is a slimmed-down
version of a voice state. How...

958649c15de96417d58ab01525af16c48ebcc3cc authored over 2 years ago by Zeyla Hellyer <[email protected]>
ci: restrict push runs to `main` and `next` (#1495)

This will still run CI on all pull requests, however for more
complicated PRs that require auth...

6443f34c67518c8aec65f7c2435a72fce3f815f0 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(model): remove internal `IdStringDisplay` (#1494)

This type was only used one time, inside of the `Serialize`
implementation. Replaced by `Id`'s ...

b70e48dfd3c33fb35281091927bd491394f1759a authored over 2 years ago by Vilgot Fredenberg <[email protected]>
feat(gateway-queue): add `NoOpQueue` (#1490)

Adds a queue that immediately allows any requests.

Part of #1488.

Co-authored-by: Zeyla He...

d2e86d5177fc048f1f04e3035e2b7dd2f46b5f03 authored over 2 years ago by Jens Reidel <[email protected]>
refactor(gateway): move logic from `compression` feature to `zlib-*` (#1482)

The `compression` feature was broken, so this PR "fixes" it by making it
do nothing at all. Fea...

6067b62f21fcfdeaf5d433db26c85e66d40fda57 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
fix(cache): update `member_count` with `MEMBER_ADD`/`MEMBER_REMOVE` (#1461)

This was previously a correct number initially, but as members join and
leave, it is no longer ...

128bd33f162d141058005fb22728391311240e96 authored over 2 years ago by Jens Reidel <[email protected]>
feat(twilight): depend on new crates in dev deps

c6a40abee41cd094d700d1dfa7642e10b1fa1b56 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(validate): bump to 0.9.0

Initial release ([#1331], [#1395] - [@7596ff], [@baptiste0928]).

[#1331]: https://github.com/tw...

1d30cf1e20050278be32f019409f97fc32be05f2 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(util): bump to 0.9.0

Changes

All types and method signatures have been updated to use the new `Id<T>`
syntax ([#1260...

f37977b757c2429ff2a9f1ed80f8e66ba3bed021 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(twilight); bump to 0.9.0

The advertisement crate has been updated to bump development
dependencies.

7c20858b0b65c36fa437a3329bb000db9a4cf5d9 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.9.0

Changes

All types and method signatures have been updated to use the new `Id<T>`
syntax ([#1260...

dd7d09d7cf1ddf0b1e7b8c8da984bbece556ca43 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.9.0

`Id<T>`

IDs are now a unified type (`Id`) with marker generics
(`ApplicationMarker`, ...) ([#12...

b1092456d9b87657813fe2412e7633cbf73a3852 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(mention): bump to 0.9.0

Changes

All types and method signatures have been updated to use the new `Id<T>`
syntax ([#1260...

ba4cb8841da7ad21baaafe167beeae82f81742bf authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.9.0

All types and method signatures have been updated to use the new `Id<T>`
syntax ([#1260] - [@zey...

0e0eb863fbb163372db528c164832ab0b9b7a5e2 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.9.0

Validation

Validation has been moved to a new crate, `twilight_validate` ([#1331] -
[@7596ff])....

2252e3ec388b4276879a1bd8ec5d3d71e7157a3c authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(http-ratelimiting): bump to 0.9.0

Additions

Add `Path` variants for scheduled events ([#1347] - [@7596ff]).

Changes

`Method::in...

6f6054cdd4e67da0f56e9e54a457957bf5e526e4 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.9.0

Additions

Add `Information::{ratelimit_refill, ratelimit_requests}` to view how
much time until...

16b05f02d9a90b1346137dac34c93c8a0c8dd7ff authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(gateway-queue): bump to 0.9.0

Changes

The `rustls` feature has been removed ([#1314] - [@Gelbpunkt]). Users
must manually sel...

4ee3306040bb27fb98addf4d0e570d1fd21fc453 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(embed-builder): bump to 0.9.0

Changes

The MSRV has been updated to 1.57 ([#1402] - [@zeylahellyer]).

The Rust edition has be...

9d89d52995ae5b25553f3f5f904409bc3d1849c0 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(command-builder): bump to 0.9.0

Changes

The MSRV has been updated to 1.57 ([#1402] - [@zeylahellyer]).

The Rust edition has be...

0b5bb84eb4a66c40d6b40491cfeebff424fd5912 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.9.0

Changes

All types and method signatures have been updated to use the new `Id<T>` syntax
([#1260...

818ac79758664c25b320669c695447e8c3f6f139 authored over 2 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

b3214831e8273e60ec7d0ce7d81c0510f66a6414 authored over 2 years ago by Cassandra McCarthy <[email protected]>
feat(gateway): custom shard presences on identify (#1474)

Provides a function that takes a closure which allows setting a shard's
presence based on its I...

91e2379e52f810da6928c69ea7476185bdd3e75c authored over 2 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

91e4e3b6d9a7af8a35d76770e6d23ef70c34648f authored over 2 years ago by Cassandra McCarthy <[email protected]>
fix(model)!: `GuildWidget::channel_id` can be `None` (#1480)

As indicated in the [docs], the returning object's `channel_id` can be `null`.

[docs]: https:...

c545c97e31d46e8d002f8d507da5d3a203b045b8 authored over 2 years ago by ITOH <[email protected]>
refactor(model)!: stage discovery has been removed (#1479)

Closes #1464.

6d9bad52f597c4e2546be1e223b3940862ea0ed6 authored over 2 years ago by ITOH <[email protected]>
feat(gateway)!: constructors take `String`, not `Into<String>` (#1481)

This was intened to land at the same time as `twilight_http::Client`
constructor's got reworked...

3aeace7547484b45d4123c33d816f449e0b74f0a authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(model)!: revert moving snowflake to model (#1471)

Revert "refactor: add snowflake getters to `Id<T: Snowflake>` (#1332)",
effectively moving the ...

e3e16e2a8442e383a820fd0469e71a01db51dff4 authored over 2 years ago by Zeyla Hellyer <[email protected]>
Merge branch 'main' into next

4435b1cb6f96ddb3acf47a2714817a526850e086 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.8.5

Additions

Support sending stickers in `CreateMessage` ([#1435] - [@cmays90]).

[#1435]: https:/...

88015961fdac0c3cca2ff52e21b3f85e6668538f authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.8.5

Additions

In interactions, support `guild_locale` and `locale` ([#1437] - [@itohatweb]).

Suppo...

3113d93e4281ba851e64d07f4902a3b8413628a7 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(cache/inmemory): bump to 0.8.6

Changes

Support `Interaction::{guild_locale, locale}` ([#1437] - [@itohatweb]).

Support `Threa...

adca8212ea9791bc297476bef08782405f05330c authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(http-ratelimiting): bump to 0.8.4

Changes

Ensure the `rt` feature of `tokio` is enabled ([#1425] - [@vilgotf]).

[#1425]: https:/...

2575ab3b5ea0cf16b0ee12fe04510964eb8af486 authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.8.5

This release contains internal refactors ([#1335] - [@vilgotf]). There
are no public facing chan...

fc25723f8d77771f958c93b81e6470ef1abd79fc authored over 2 years ago by Cassandra McCarthy <[email protected]>
release(gateway-queue): bump to 0.8.1

Changes

Remove two unneeded calls to `clone` ([#1440] - [@vilgotf]).

[#1440]: https://github.c...

d01f6e8f795852097111f1787b3f81b6d9df183e authored over 2 years ago by Cassandra McCarthy <[email protected]>
feat(model)!: add `ThreadMetadata::create_timestamp` (#1478)

Closes #1475.

e9f6a84ba1ba8ebe86a3375d68370cc4cdd121af authored over 2 years ago by ITOH <[email protected]>
feat(model)!: add `GuildPreview::stickers` (#1467)

Closes #1462.

9f841f0e00ea435c90ee15c0a2bac14ed86eb148 authored over 2 years ago by ITOH <[email protected]>
feat(gateway): Update `metrics` to 0.18 (#1458)

`>=0.14, <0.19` can't be used since 0.18 drops the `std` feature

b2217d1341bc3f0101f51539e6dad87ced1733e1 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(http)!: impl `Display` directly on `Route` (#1397)

Having `Display` be behind a seperate method doesn't hold much value.

6e10c82ccf4c04847f15957fbae453ba36bb9b02 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
refactor(http)!: impl `Display` directly on `RequestReactionType` (#1457)

646764dc194ad3ea78cd5d871b100cb58eb67d12 authored over 2 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

7966668ce0097490fb85c94e4fe983ea42dff1b2 authored over 2 years ago by Cassandra McCarthy <[email protected]>
refactor(cache): implement `PartialEq` in a consistent way (#1460)

Currently, the implementations of `PartialEq` in the cache are using two
different methods. Thi...

99e4f4d6bfac701d8b81628930b31ab7fe8bc249 authored over 2 years ago by ITOH <[email protected]>
fix(cache): `cache_presence` not storing the user in `guild_presences` (#1459)

e1531ece45cf453adc8907305a6c461aee032c1c authored over 2 years ago by ITOH <[email protected]>
refactor(gateway): consistent style and code cleanup (#1335)

Use `if let` instead of a match in some cases, merge
`parse_gateway_event` into one function wi...

a3c817e44fca97cfad7656117469504c84b61007 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
refactor(http)!: remove `UpdateCurrentUserNick` (#1455)

This route is deprecated and can be removed.

f680bafc21556a387cc260e76dbf7415cff192f1 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
refactor(http)!: remove unneeded public modules (#1454)

These were missed in the validate crate PR. They do not need to be
public anymore.

7e74eb28811751509851cda4d203679412f3d948 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
enhancement(http)!: various smaller changes (#1398)

- rename `route::path` to `to_path`, `to_` indicates that the method
allocates / is expensive...

707ca1712bd59727724e3f3ec83ff35356c41e30 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

ba569644f68c5569ab7eba9a3144dd366d99274d authored almost 3 years ago by Cassandra McCarthy <[email protected]>
ci: use baptiste0928/cargo-install (#1453)

The issue causing workflows to fail with [`baptiste0928/cargo-install`]
had been fixed in versi...

32ac2b446116bd89a892aa5cc718f28ce71920a3 authored almost 3 years ago by baptiste0928 <[email protected]>
refactor: move examples (#1444)

This PR moves examples from their own crates to a single directory.

A secondary effect is tha...

4ab02a74fe250956ecaebaa36c6b0130ff9edf17 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
chore(gateway/session): Remove `Arc` around heartbeat handle (#1441)

This code is from the first implementation of `gateway`, back then
`Drop` contained this code:
...

0ac989c0f87893f9411acf77d9608ca8d62d73bf authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
docs: add code of conduct (#1448)

Add the Contributor Covenant Code of Conduct as our code of conduct.

Signed-off-by: Zeyla Hel...

a471c2509dacc19eed14ffd785d4840ad800714a authored almost 3 years ago by Zeyla Hellyer <[email protected]>
ci: add new label schema to labeler (#1452)

Closes #1445.

428d220a73f3a544a1d9225c54459acf1aca4a7a authored almost 3 years ago by Cassandra McCarthy <[email protected]>
feat(cache)!: seal `UpdateCache` (#1431)

As C-SEALED recommends, most of Twilight's traits are already sealed.

e609cad79943bbf10b998ab898c8f7ae327a3347 authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
Merge branch 'main' into next

8f55e437fb343b60cb212e9feb7f2bab86ecc163 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
feat(model): add `Invitable` audit log change (#1442)

Closes #1443.

0cbdf78344533d24c59f90829983bb51d791035c authored almost 3 years ago by ITOH <[email protected]>
ci: fix spelling in labeler.yml (#1450)

82ba7a2470ace00ddf171f1eecb811df0dade5c3 authored almost 3 years ago by Gryffon Bellish <[email protected]>
feat(http,model): scheduled events (#1347)

This PR implements Scheduled Events.

Closes #1283.

d996ebf157fd757cba932f1c245d26dfc6bab0d1 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(http): fix doc links

9716cd49e25516b001efc3f612c32021e0126104 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

f2b22854b8da7e1314778fab5d46ff6475d5de45 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
ci: improve minver (again) (#1425)

Using `cargo-minimal-versions` caught two "bugs": `http-ratelimiting`'s
tokio dep needing the `...

6f9691505efedf814b3e8ce518c72f543c23675e authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
perf(gateway-queue): remove needless clone (#1440)

There were two unnecessary clones on transfer channels. This PR removes
them.

72f5ab993541498ec60a40ee01d1a31a4d5f55de authored almost 3 years ago by Vilgot Fredenberg <[email protected]>
feat(model)!: add interaction locale (#1437)

Docs commit: https://github.com/discord/discord-api-docs/commit/30cc2ea5efc83e2398c72d2a47f5aecc...

41fec12a935b0f7a201803e74c7596f1f2058ede authored almost 3 years ago by ITOH <[email protected]>
feat(http): send stickers in messages (#1435)

`sticker_ids` is an array of snowflakes in the body of the
`CreateMessage` payload. This PR add...

873bb90ba80f3d02f86c0dfd370965ad5bb5e47a authored almost 3 years ago by cmays90 <[email protected]>
feat(http,validate)!: validate command and options names (#1395)

This PR improves validation of slash command names and command options
names. It checks that ch...

70555c0f1e5763d24143952b24e829ed47b90a6a authored almost 3 years ago by baptiste0928 <[email protected]>
Merge branch 'main' into next

ab52b61faf3852f1dce07004b76f11b891003c33 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.8.3

Fixes

Downgrade `dashmap` to `4.0`, to prevent an issue with `Ref::value` and
`dashmap 5.0` ([#...

b2cb7a4f80890e328e50cb1696b477c5c10464e5 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.8.3

Fixes

Downgrade `dashmap` to `4.0`, to prevent an issue with `Ref::value` and
`dashmap 5.0` ([#...

1a78655a4cf341b8e0aba29e8b623d9760d88645 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.8.4

Changes

Gateway parsing failures now emit at an `error` level ([#1427] -
[@AEnterprise]).

[#14...

ca2c288b061e7c2953200b4595815b94ad89c30f authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.8.5

Fixes

Downgrade `dashmap` to `4.0`, to prevent an issue with `Ref::value` and
`dashmap 5.0` ([#...

5bc48e94dacd3bb9bf0ee2ef87a9e7918c98e44b authored almost 3 years ago by Cassandra McCarthy <[email protected]>
deps(cache,lavalink,standby): downgrade to dashmap 4 (#1434)

Using `Ref::value` with `dashmap` 5 may produce a reference that outlive
the Ref and thus cause...

3b84e6e35e8f46866c74cbf9f02619ce2f2b0c6f authored almost 3 years ago by baptiste0928 <[email protected]>
feat(gateway): make parse errors much more visible (#1427)

Failing to receive an event can cause cache desyncs or bots not reacting
properly to events. Mo...

5ba62abe65e6cf567230d7f3a81b891bcf7f6d49 authored almost 3 years ago by AEnterprise <[email protected]>
Merge branch 'main' into next

fc6d899faa54b81f3cb416cf996d64e13aba532f authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(util): bump to 0.8.2

Changes

Support `CallbackData::embeds: Option<Vec<Embed>>` ([#1401] - [@itohatweb]).

[#1401]: ...

e539d4c3fadd84ab65ff9c228aa12d773f4ff396 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(standby): bump to 0.8.2

Changes

Support the fixed `ThreadDelete` event ([#1426] - [@AEnterprise]).

[#1426]: https://gi...

366e6f352daf24da6cc0efbb7d2d698fd3170619 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(model): bump to 0.8.4

Additions

Add `{Guild, PartialGuild}::premium_progress_bar_enabled` ([#1399] -
[@Erk-]).

Suppo...

b6d50d7f77c36dd0239cca57fb2b29bda8c6907a authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(lavalink): bump to 0.8.2

Changes

This release contains internal refactors, there are no public facing
changes.

6dd027d7b0ec4912f1cd232ee7f7a46cee9c0e26 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(http): bump to 0.8.4

Additions

Add `Client::get_current_user_guild_member` ([#1355] - [@HTG-YT]).

Add `UpdateGuild:...

aa7e42b2d99a05e1abba45b34e681914cc38adf9 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(http-ratelimiting): bump to 0.8.3

Additions

Support the `scope` header ([#1351] - [@zeylahellyer]).

Add `Path::UsersIdGuildsIdMe...

d79e4e1a0404c08df58cb39a339d06117d18ab47 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(gateway): bump to 0.8.3

Additions

Support the following close codes: `4010 Invalid Shard`, `4011 Sharding
Required`, `4...

5cb78c4a3b224bd6331727e0e3fa18f286081a7d authored almost 3 years ago by Cassandra McCarthy <[email protected]>
release(cache-inmemory): bump to 0.8.4

Additions

Support `Guild::premium_progress_bar_enabled` ([#1399] - [@Erk-]).

Add an iterator o...

a25eced6d2483e7b88cc0fddd202f96acbeab014 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Merge branch 'main' into next

2c6459f9c44bc340eef5700644d113184fd2fb75 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
fix(model)!: correctly deserialize `ThreadDelete` (#1426)

ThreadDelete could not be deserialized as it expected a full channel
struct while we only get a...

f946a72c764c31538c4830436c2ecfac9f3c021e authored almost 3 years ago by AEnterprise <[email protected]>
fix(gateway): reserve extra capacity for heartbeat response (#1421)

Discord counts a heartbeat ACK as 1 of the 120 allowed gateway payloads
and regularly request t...

0a933cde66cd6e4d08f934e8e56e11aa4e746fe5 authored almost 3 years ago by AEnterprise <[email protected]>
Merge branch 'main' into next

09a7dd5b5f8afac872a3f5f56851bcb5c6abc5bc authored almost 3 years ago by Cassandra McCarthy <[email protected]>
chore(gateway): drop failed event parsing to debug (#1415)

This is way too noisy for warnings. The gateway emits events Twilight
doesn't know about. This ...

6856d98b142d223a42169a0ffefb6d8dcd1701ec authored almost 3 years ago by AEnterprise <[email protected]>
Merge branch 'main' into next

acd48fbecc5be85c3b21f01e1946c126e667f3bf authored almost 3 years ago by Cassandra McCarthy <[email protected]>
ci: add `--workspace` to codecov ci

e3012191c260ec62fe700392b03012d2e6c22ec6 authored almost 3 years ago by Cassandra McCarthy <[email protected]>
Revert "ci: use `baptiste0928/cargo-install` (#1295)"

This reverts commit 1b179fcefd72565d76ebe8a88ea0277b09968a82.

c6405f055ca9440b9be994c8fb8e937d471334aa authored almost 3 years ago by Cassandra McCarthy <[email protected]>
feat(model): add `CommunicationDisabledUntil` to audit log (#1423)

Reference: https://github.com/discord/discord-api-docs/commit/c63a4d5a604b6c2dbb5e5b5c1e3c2a101e...

0c8ceb2bf1e2e2fb73a7dabddf2980d86fedf381 authored almost 3 years ago by ITOH <[email protected]>
feat(model): add `VoiceState::self_video` (#1422)

Adds a missing field on the voice state struct as per
https://discord.com/developers/docs/resou...

868302d10af9771c3832b8aa0ae1c090ee5fb5be authored almost 3 years ago by AEnterprise <[email protected]>
fix(model)!: thread sync has channel ids, not guild ids (#1420)

Typing was wrong in this model.

75aeff7b27abcf9b562cc8ce4e93ae50fb913c65 authored almost 3 years ago by AEnterprise <[email protected]>