Ecosyste.ms: OpenCollective

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

github.com/discordjs/discord.js

A powerful JavaScript library for interacting with the Discord API
https://github.com/discordjs/discord.js

ci: use pull request target for forks

d28af8eca7275c82a8375e4b2883cd272a26fd44 authored about 2 years ago
ci: fix accessing the base branch bundle

4224d783bc27c56e2880e6bc942d928ed412f0cf authored about 2 years ago
fix(website): checking if member is accessible

3659e0de6783f9f8a8a07dc32673fb3edd6fed18 authored about 2 years ago
ci: make sure to run build command top-level

38e115b908068849c099e5f91c109552b6cbe4d2 authored about 2 years ago
ci: build packages before building docs

4cedc21dbbee188af6e5ad321c0fdb89d638dafc authored about 2 years ago
ci: make sure to build legacy docgen

8d327aa416bbf851270846d555697e73a2826498 authored about 2 years ago
ci: update read path for comment

0a0c7d32d6681072cd9d59b53d686068b74c9678 authored about 2 years ago
chore: deps

a4f2f1b5a564ac038b31a25c0aa2081f4d9e1215 authored about 2 years ago
chore: init @discordjs/next (#8988)

Co-authored-by: Superchupu <[email protected]>
Co-authored-by: No...

859111f864d9208996a63f5f004782fbda8b6ec6 authored about 2 years ago
ci: only run documentation workflow if source files changes

4accb00b982761365c6dae31e2e4e95a4c7b8ff4 authored about 2 years ago
fix(guide): astro config

41132b1049bef4d88d6070b759004e9b6d803833 authored about 2 years ago
ci: fix nextjs bundle analysis

e042492486200b0bd76f24e2629e8a929dd3bba3 authored about 2 years ago
style: run prettier (#9041)

2798ba1eb3d734f0cf2eeccd2e16cfba6804873b authored about 2 years ago
chore: deps

8dfd0037b53ec6ef0900a53a0fb1b68fa2cbaf72 authored about 2 years ago
feat(ws): custom workers (#9004)

* feat(ws): custom workers

* chore: typo

* refactor(WebSocketShard): expose shard id

* chore:...

828a13b526dde1334e8879e76e664584bdb5db73 authored about 2 years ago
refactor(website): extract layouts and use more server components (#9027)

Closes https://github.com/discordjs/discord.js/issues/8920
Closes https://github.com/discordjs/...

39c4de2dbc93d776952d381889207b0edca5fc41 authored about 2 years ago
types: fix `GuildsAPI#getMembers` return type (#9037)

* types: fix GuildsAPI#getMembers return type

* chore: make requested changes

158db474b7514e9ff6ba6f48a89ad71c97a7088a authored about 2 years ago
ci: build website correctly

a995cbc0fa16452cdbc47192fd186a3a2e44a599 authored about 2 years ago
ci: add nextjs bundle checker

7ab62b4bb798a84cafdb490da3d133232eda2183 authored about 2 years ago
revert: fix(DMChannel): `recipientId` edge case (#9013)

Revert "fix(DMChannel): recipientId edge case (discordjs#8950)"

This reverts commit 7ce9909.

C...

7dad50ee9a943f69c179f8df57f2baec5f1a2a16 authored about 2 years ago
docs(ThreadEditOptions): Move info tag back to `invitable` (#9020)

docs(ThreadEditOptions): move info tag to correct property

f3fe3ced622676b406a62b43f085aedde7a621aa authored about 2 years ago
fix(RequestManager): inference of image/apng (#9014)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

ecb4281d1e2d9a0a427605f75352cbf74ffb2d7c authored about 2 years ago
feat(ws): metrics (#9005)

* feat(WebSocketManager): fetch status

* feat(WebSocketShard): heartbeat event

* chore: ci

Co...

0ff67d8e7adee43ff82bbf072dac9a4c7c9fe8c2 authored about 2 years ago
chore: remove proxy dep hack (#9006)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

e8b7504352d17b8c04b2e78d01ccb3df3a42e617 authored about 2 years ago
feat(GuildAuditLogs): Support `after` (#9011)

* feat(GuildAuditLogs): support `after`

* refactor: remove variables

They were only being used...

0076589ccc93e09d77a448874d1ceff5d0e91aa2 authored about 2 years ago
feat(core): implement some ws send events (#8941)

* feat(core): implement some ws send events

* fix: check guild id and add a timeout

* fix: onl...

816aed478e3035060697092d52ad2b58106be0ee authored about 2 years ago
feat: add role subscriptions (#8915)

* feat: add role subscriptions

* docs: casing

Co-authored-by: Jiralite <33201955+Jiralite@user...

3407e1eea3c8d5629465553f342ac30ceae27a47 authored about 2 years ago
types: Allow builders to set channel types in discord.js (#8990)

types: allow builders to set channel types

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot...

7dec892218f7b470a5f8e78732a524a53da24d26 authored about 2 years ago
docs: Fix a typo in the MentionableSelectMenuInteraction link (#9000)

6d7a143667f33ef2ea45d8016ac4738237707881 authored about 2 years ago
feat: Add `not_found` to guild member chunk data (#8975)

* feat: add `not_found` to chunk data

* docs: consistency

* types: export `JSONValue`

* refac...

be294eaf9901ea139ce485deeec9178959ffa91f authored about 2 years ago
fix(WebSocketShard): Zombie connection fix (#8989)

* fix: zombie connection
- Fix backport #7626 missing changes
- Reverted the pull request #8956
...

876b1813128ec702d3ef1e7b0074a4613e88c332 authored about 2 years ago
refactor(Guild): Destructure object in guild editing (#8971)

* refactor: simplify guild editing

* chore: remove strange rule modification

* refactor: destr...

d3e9f2a355a1f5272d62a507eb6ecd8808904fff authored about 2 years ago
types: Swap message reaction and emoji identifier types (#8969)

* types: swap message reaction and identifier types

* docs: reflect changes

* types: simplific...

ad4984526020f2baeefaeeebbded66c6848c4b85 authored about 2 years ago
refactor(GuildManager): Better handling of creation code (#8974)

* refactor(GuildManager): tidy up guild creation

* refactor: emit once only

Co-authored-by: Au...

d7a09f6fcee30c31b4418166bf7bf9e894841f87 authored about 2 years ago
docs(ApplicationRoleConnectionMetadata): Add documentation (#8976)

docs: show `ApplicationRoleConnectionMetadata`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq...

2e22b31892d9b858fcb24fa580b486b4154e823f authored about 2 years ago
fix(website): package selector page height on small devices (#8953)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

f89a164bac069715f677fa9b18088c1c87116d6d authored about 2 years ago
docs: updated @discordjs/ws README.md to include optional packages (#8973)

* docs: updated ws's readme to include optional packages

- added optional packages to the READM...

4ee00b6534fad39da1fe54fb2c1766b264a020ca authored about 2 years ago
fix: keep other properties in triggerMetadata (#8977)

fix: keep other properties

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply....

d8dd197a936dfffc05f9e5bc3184ec9022c56b51 authored about 2 years ago
typings(widget): add missing `name` (#8978)

typings(widget): add missing name

898b5ac416cbbb415b125bb27221d0901fdd180e authored about 2 years ago
chore: use generator for range utility (#8825)

* chore: use generator for range utility

* chore: update doc examples

* chore: fix spelling

*...

3160ab0fc75946041cbe7a093032ea10503dfd8c authored about 2 years ago
feat(StringSelectMenu): add `spliceOptions()` (#8937)

* feat(StringSelectMenu): add `spliceOptions()`

* fix: requested changes

Co-authored-by: kodia...

a6941d536ce24ed2b5446a154cbc886b2b97c63a authored about 2 years ago
types: use StringSelectMenuOptionBuilder (#8949)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

bec51de1038c35c6edaaa13934781758fe1951de authored about 2 years ago
types: fix actions type in automod (#8962)

* types(AutoModerationRuleCreateOptions): fix actions type

* types: update setActions

* docs: ...

5915f39810b712c05a46fa21ab4e12b4cfa3c25a authored about 2 years ago
types: subcommand group `options` is required (#8966)

types: sub-command group options is required

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[b...

5dc5e902688fc563087cd5061dcb59dd68fd4eda authored about 2 years ago
fix(escapeX): emojis with underlines (#8945)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

07b597df16b9412c23ec2387d54564e4d1bcf7ed authored about 2 years ago
feat(core): add oauth2 api support (#8938)

* feat(core): add oauth2 api support

* chore: remove return tag

Co-authored-by: kodiakhq[bot] ...

36560c99559ea5d66d42e29fcf050b7d1c33cf6b authored about 2 years ago
fix(WebSocketShard): either start close timeout or emit destroyed but never both (#8956)

* fix(WebSocketShard): only close timeout or destroy

* Remove optional chaining

Co-authored-by...

43ce2a572eb8977b6994680171ac0c5f9bda1703 authored about 2 years ago
feat(ClientApplication): add role connections (#8855)

* feat(ClientApplication): add role connections

* fix: constructor and edit types

* fix: renam...

22e2bbb0d24e3f30516f262308d5786f2f666713 authored about 2 years ago
fix(DMChannel): `recipientId` edge case (#8950)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

7ce990954e2f73d7a996df0afa42ab287cb12514 authored about 2 years ago
docs: Fix malformed overridden documentation (#8954)

* docs: override `resolve()` & `resolveId()`

* docs(CategoryChannel): move `setParent()` up

Co...

0b8b114761f961a2bf8e5aae342ed711b154a89e authored about 2 years ago
fix: return only boolean for `disabled` (#8965)

* fix: return only boolean for `disabled`

* fix: return only boolean for `disabled`

Co-authore...

66146033268a4db1279b2eaee4bd418f326c0d4b authored about 2 years ago
types: add generic to `ActionRowBuilder.from()` (#8414)

* types: add generic to `ActionRowBuilder#from()`

* test: add tests for `ActionRowBuilder.from(...

153352ad7a1ccb4a9461523cf2597d81df93b69c authored about 2 years ago
feat(CommandInteractionOptionResolver): add `channelTypes` option to `getChannel` (#8934)

* feat(CommandInteractionOptionResolver): add `channelTypes` option to `getChannel`

* fix: thre...

429dbccc85cabd9986b2e8bf443bf384e4ddc61a authored about 2 years ago
fix: export missing `escapeX()` functions (#8944)

fix: export missing escapeX functions

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@use...

25c27eac1417e75c9b601b17cf177b1f47b699a9 authored about 2 years ago
fix(WebSocketShard): only cleanup the connection if a connection still exists (#8946)

fix(WebSocketShard): only cleanup if connection

5eab5fc06ca6be36ecf1557f2ad29a670d4d5ae7 authored about 2 years ago
chore(formatters): release @discordjs/[email protected]

0cf29abcf0835355b6c0d0dc09c32a3a28b9d81a authored about 2 years ago
docs(GuildForumThreadManager): Fix `sticker` type (#8940)

dd62be077d3e4fbd73a0c10ca344d93d3d19fa38 authored about 2 years ago
chore: Add backport label (#8942)

83eafb6146e4ea7faeeb05885c2b40a8da63bc23 authored about 2 years ago
fix: add `@discordjs/formatters` to dependency list (#8939)

18b3a19810a6436fa8bb4b490ec5137eaecbd465 authored about 2 years ago
fix(resolveColor): invalid colors (#8933)

Fixes https://github.com/discordjs/discord.js/issues/8932

c76e17078602914c3e1d227a3acc98eaa99c18d4 authored about 2 years ago
feat(ForumChannel): add `defaultForumLayout` (#8895)

* feat(ForumChannel): add `defaultForumLayout`

* fix: lockfile

cbafd479b331633ed97f7b1a22ef03c6a2f4cf31 authored about 2 years ago
chore(core): release @discordjs/[email protected]

19519ec9fc4e956fc2197a2204e8a0a86cb0ad68 authored about 2 years ago
fix(core): instantiate/export role connections

166f742d02d475a5044f935ee638ae1e25075b9c authored about 2 years ago
chore(core): release @discordjs/[email protected]

7a610046274ce515cd362570806b7eb67338c409 authored about 2 years ago
chore(ws): release @discordjs/[email protected]

82f4827ee517143965af2643466ef82dc2a161bd authored about 2 years ago
chore(rest): release @discordjs/[email protected]

e470e088ab4597c7b33dcec62f62ae7cf783d983 authored about 2 years ago
feat(core): Add support for role connections (#8930)

3d6fa248c07b2278504bbe8bafa17a3294971fd9 authored about 2 years ago
chore: use `satisfies` where applicable (#8884)

* chore: use satisfies where applicable

* chore: remove unneeded eslint ignores

Co-authored-by...

273ba45e27f20df6077e0bee08d3a44a02158485 authored about 2 years ago
feat: add support for nsfw commands (#7976)

* chore: update

* fix: add edit changes

* chore: make requested changes

Co-authored-by: kodia...

7a5134459c5f06864bf74631d83b96d9c21b72d8 authored about 2 years ago
refactor(sharding): use switch statement (#8928)

6540914b4a7f244f5e40fe2a3b7e73986763d81b authored about 2 years ago
feat(InteractionResponse): createdTimestamp (#8917)

* feat(InteractionResponse): createdTimestamp

* feat(InteractionResponse): createdTimestamp

* ...

627511d6522f772b84c25e6a3f6da06b06bb912e authored about 2 years ago
refactor: use consistent naming for options (#8901)

* refactor: use consistent naming for options

* chore: update param names in typings

* chore: ...

a7b55c1460cf63fb482f7d05657120eec96bee82 authored about 2 years ago
refactor(CommandInteractionOptionResolver): Loosen mentionable checks (#8910)

refactor(CommandInteractionOptionResolver): loosen mentionable checks

Co-authored-by: kodiakhq[...

1b151db59c4340417f8a28a88064f45336ac8c78 authored about 2 years ago
fix(WebSocketShard): clear listeners on reconnect (#8927)

aa8c57dab60104549e28451abf35c0387595d67e authored about 2 years ago
fix: re-export formatters (#8909)

* fix: re-export formatters

* future-proof typings

Co-authored-by: SpaceEEC <[email protected]...

b14604abdecca575b1fca693c1593e3585bcca8c authored about 2 years ago
feat: add links to each routes documentation (#8898)

73300c75fae7df9af293f7c03b179236679fb753 authored about 2 years ago
fix(thread): `get()` route (#8897)

Co-authored-by: Aura Román <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

3dede75621993428216196c60658e0c482aa9f61 authored about 2 years ago
feat(interactions): add `messageId` parameter to `deleteReply()` (#8896)

3f555d5ddf53b778fc0e69e1ff77ec93d876dcdb authored about 2 years ago
docs: Fix deprecated links (#8907)

docs: fix malformed deprecated descriptions

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bo...

976b234e9dc9999e5dee47b58c85afbc1cd494c2 authored about 2 years ago
docs(UserFlagsBitField): make `.Flags` static (#8902)

Co-authored-by: Aura Román <[email protected]>

c48ff5e4205899e3b6cd35812ca857236bef6864 authored about 2 years ago
fix: Deprecate workflow fix (#8903)

fix: deprecate workflow fix

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply...

6acf759f63201f66a161de6c85a14866e4f08f69 authored about 2 years ago
ci: fix ref name

fb70df817c6566ca100d57ec1878a4573489a43d authored about 2 years ago
chore: update next

86959bad49a90207cb30bd1d7dd7612523b3c02b authored about 2 years ago
refactor: remove revalidation

a0d6bc49c64f0a5978e242a9b8c2945f1cf87f24 authored about 2 years ago
feat(Guild): add disableInvites method (#8801)

* feat(GuildInviteManager): add setDisabled method

* fix: formatting

* refactor: move helper m...

45faa199820e7c4ccdb2997c7e3b353f566d2312 authored about 2 years ago
refactor(WebSocketShard): identify throttling (#8888)

* refactor(WebSocketShard): identify throttling

* chore: add worker handling

* refactor: worke...

8f552a0e17c0eca71063e7a4353b9b351bcdf9fd authored about 2 years ago
feat: add `@discordjs/formatters` (#8889)

* feat: add @discordjs/formatters

* chore: make requested changes

* chore: make requested chan...

3fca638a8470dcea2f79ddb9f18526dbc0017c88 authored about 2 years ago
fix: revalidate on page level instead

4e4cbb3418841ae07c2b050dacb9f39df7d929da authored about 2 years ago
chore: deps

52f56d3c2e3429209f9f04ab8828654380a15289 authored about 2 years ago
fix(WebSocketShard): send ratelimit handling (#8887)

* fix(WebSocketShard): send ratelimit handling

* chore: remove unnecessary else

Co-authored-by...

40b504a2088effc6a467f40ac3cf2a6d736ab209 authored about 2 years ago
chore(discord.js): release [email protected]

322cb990498ecdd5ee6d93861ada6b3260ca8fc8 authored about 2 years ago
fix: Prevent crash on no select menu option (#8881)

* fix: no crash on no option

* refactor: consistency in ??

Co-authored-by: kodiakhq[bot] <4973...

11d195d04ff57d51adb0f0d3a0a7342f9e34aba0 authored about 2 years ago
feat(createPackage): sort label files (#8892)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

f13ff5c6d35d778c372f7fbb60d3fd947e594404 authored about 2 years ago
chore: Add brokers to package list and labels in issue forms (#8893)

chore: add brokers and sort list

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.no...

5e4331062bf71ad615cc2b28cd2d3c24524b71d8 authored about 2 years ago
fix(createPackage): invalid label/path on labeler file (#8891)

* fix(createPackage): invalid label/path on labeler file

* fix: `packages:ui` label

fff3602a8a055dc01abdd9167157cb0e46dd4495 authored about 2 years ago
revert: theme fix

72c30d15786033cca2cc6bf49690f6b07e6f5e67 authored about 2 years ago
fix: move back to old theming

2cb1000a3a6440eb2ef011cfb22d9d61294a6ac3 authored about 2 years ago
fix: generate correct paths after moving catch-all

8a39c14921a6c8bb1117e10d2ee1070cfc7a3eb4 authored about 2 years ago
fix: path generation

4ae029dfe24575994a1aad299c98ba9cdc8e8ebb authored about 2 years ago
refactor: correctly generate routes

2849af0118f08cc0772b68df93c522d35cc56f7f authored about 2 years ago