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

refactor(collection): fix/silence linter warnings (#9266)

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

d6f4e60efd1a1796fc84dbbfbac4f9790e480a1c authored almost 2 years ago
fix(website): nav / member provider

5fcd0e48a8e23b43ea8f7819b0119e326a924f79 authored almost 2 years ago
feat(website): color scheme / dark and light mode improvements

52f8e0670c039dfe1d1a395701f7bcc6d3c9dc62 authored almost 2 years ago
feat(website): enhance lazy loading

1c4af938986168a42ff19e3b1a73c81e5b3516d3 authored almost 2 years ago
feat(website): sneaky sneaky 2

3bd76078e1bfe345d3f9fcb985f37db3716f3536 authored almost 2 years ago
chore(website): sneaky sneaky

71eba0e1b2b54d85523724d178d87500b4b1a89d authored almost 2 years ago
chore: fix lockfile

d284b8c64b41295f14f9d5a7f3e9e760dd0237cd authored almost 2 years ago
fix(website): footer spacing

795e6c363dc7395536af4cc6325cbe22b6d34d97 authored almost 2 years ago
chore: deps

d6cd3fd7edd3d53dbeae63be152a844a3e6c9249 authored almost 2 years ago
ci: add lighthouse for prod

d144a78813ed1558e7d478bbb2d8a88e00c81e1f authored almost 2 years ago
ci: lighthouse score

645e2d3d6b760e24e1df04b27a258c888dc848c2 authored almost 2 years ago
chore(website): fix metadata

5b745a49d8c97aa1ec9977e546f2d5dc3f19101b authored almost 2 years ago
feat(website): render syntax and mdx on the server (#9086)

ee5169e0aadd7bbfcd752aae614ec0f69602b68b authored almost 2 years ago
docs(Role): Fix example for `comparePositionTo()` (#9270)

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

bc641fa9360b851642bc51839cef6bd5600d71f7 authored almost 2 years ago
fix(website): remove layout shift (#9062)

Co-authored-by: Noel <[email protected]>

c8c02f957dc4bc49e4b44d61fdf09c89d81e148e authored almost 2 years ago
fix(website): show headers for type aliases (#9054)

091824abc5a0becb4cd61e7c6852534a96eed96a authored almost 2 years ago
refactor(website): use new metadata api instead of `head.tsx` (#9269)

03f5f1e3b6b4383b04e18d49b94f00c3dfada71a authored almost 2 years ago
chore: deps

852fae557e565a04bb65a8cf390d35e9faac10b2 authored almost 2 years ago
feat: add GuildBasedTextChannelTypes (#9234)

* feat: add GuildBasedTextChannelTypes

* docs(GuildTextBasedChannels): distinguish from non oth...

5f93dcce466286f0fdead8faf4131e98d1c9db55 authored almost 2 years ago
fix(Message#editable): update editable check in threads locked (#9216)

* fix(Message#editable): update editable check in threads locked

* fix(Message#editable): add c...

22e880aaa0d8c644fc8d16a524d17f4f53a056f6 authored almost 2 years ago
fix(ThreadManager): add `members` and conditionally include `hasMore` (#9164)

* fix(ThreadManager): conditionally include `hasMore`

* types: fix tests

---------

Co-authore...

e9a8eb323f3a554dc8f9dab361cd1bac7b88e1cc authored almost 2 years ago
fix(ThreadManager): Respect `cache` and `force` in fetching (#9239)

* fix(ThreadManager): Respect `cache` and `force` in fetching

* refactor: remove defaults

Thes...

cc57563e73d78a0d71d1444d1ee8215a26a81fa8 authored almost 2 years ago
refactor(FetchThreadsOptions): Remove `active` (#9241)

* refactor(FetchThreadsOptions): remove `active`

* docs(FetchThreadsOptions): update descriptio...

519e163f8aa3b55420f86d2d60c2584b3a2eb327 authored almost 2 years ago
chore(ws): correct order for debug logs when identifying (#9248)

Co-authored-by: Vlad Frangu <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kod...

eb81dc982cf44af01246ae9e881938068669f15e authored almost 2 years ago
docs: add more examples (#9252)

* docs: add more examples

* fix: fix grammar and syntax

Co-authored-by: Jaw0r3k <jaworekwiadom...

bf507ab2659d95e2991e83293b3834f21283ff33 authored almost 2 years ago
docs(FetchArchivedThreadOptions): `before` respects `archive_timestamp`, not creation timestamp (#9240)

docs(FetchArchivedThreadOptions): correct `before` description

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

178c8dcfeea1c4a6a32835baea389f25feefbac7 authored almost 2 years ago
docs: Update `APISelectMenuComponent` (#9235)

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

56cf138e029e7884a4e7efb606055687ca67b4ac authored almost 2 years ago
ci: Lock ancient issues (#9257)

ci: use dessant/lock-threads@v4

950fc47234ed7702a20c90246823a5215c75e84f authored almost 2 years ago
fix(WebSocketShard): don't close in #destroy when status is connecting (#9254)

c76b17d3b327fb55ef76770d4825e02ab8f26ad1 authored almost 2 years ago
fix(rest): remove `const enum`s in favour of regular enums (#9243)

* fix(rest): remove `const enum`s in favour of regular enums

The motivation is that `const enum...

229ad077ff52d8706d68ed4d31983619a32eba45 authored almost 2 years ago
build: resolve issue with esbuild-plugin-version-injector not working (#9246)

The issue was two-fold.
First of all, tsup starts using swc when `emitDecoratorMetadata` and `@s...

2e8e95031cf5c668381d430194d3a4117a9614e6 authored almost 2 years ago
fix(WebSocketShard): cancel initial heartbeat in destroy (#9244)

* fix(WebSocketShard): cancel initial heartbeat in destroy

* refactor: use try/catch/finally

*...

98420826bc2296fc392f17e8254cf4ad743ff5af authored almost 2 years ago
fix(TextBasedChannelTypes): add `GuildStageVoice` (#9232)

fix(TextBasedChannelTypes): add GuildStageVoice

51edba78bc4d4cb44b4dd2b79e4bbc515dc46f5b authored almost 2 years ago
chore: release all packages (#9230)

Co-authored-by: Vlad Frangu <[email protected]>

41077c96b5dfc034f73b6925d75350d0a0cab8f0 authored almost 2 years ago
refactor: compare with `undefined` directly (#9191)

* refactor: compare with `undefined` directly

* fix: lint

869153c3fdf155783e7c0ecebd3627b087c3a026 authored almost 2 years ago
fix(snowflake): snowflakes length (#9144)

* fix(snowflake): fix snowflakes length

* fix(snowflake): fix length

955e8fe312c42ad4937cc1994d1d81e517c413c8 authored almost 2 years ago
feat(Collector): add lastCollectedTimestamp (#9044)

* feat(Collector): add lastCollectedTimestamp

* docs: mark props as nullable

Co-authored-by: S...

4458a13925164762b519ded1037ae8775d879f71 authored almost 2 years ago
fix: modify tsup extension (#9157)

fix: modify extension

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

334a51240a549bd89d8d675ddc25f7f2e7edfe8c authored almost 2 years ago
refactor(core): move `setVoiceState` to `GuildsAPI` (#9228)

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

dff131e8e4c24356d534a3dd42b33886ad30239f authored almost 2 years ago
docs(MessageManager): add clarification to fetch messages (#9222)

* docs(MessageManager): add clarification to fetch messages

[Discord's documentation](https://d...

f5ec1cada5ebf0ca4093bdfc81aaf56900c794ef authored almost 2 years ago
fix(WebSocketShard): #send race condition due to ready state (#9226)

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

a99fc64e3f73c3976617a7ed825fa7d6e9fb3b53 authored almost 2 years ago
feat(WebSocketShard): heartbeat jitter (#9223)

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

6ecff26ec65ce1d559a3406b396b3190868b1961 authored almost 2 years ago
chore(voice): release @discordjs/[email protected] (#9229)

Co-authored-by: Vlad Frangu <[email protected]>

646b6ead7e139141eefac6fc4e5b2ebbe6a81f7d authored almost 2 years ago
types(MappedEvents): add `GuildAuditLogEntryCreate` (#9175)

* types(MappedEvents): add `GuildAuditLogEntryCreate`

* chore: sort interface alphabetically

-...

3492b194b5aabfb6214aa985667f5ed7188fa6e8 authored almost 2 years ago
fix(core): use `auth: false` for interaction callback methods (#9211)

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

1b29099ed0b0deb98db844671aa23b4a84ec9c08 authored almost 2 years ago
fix(Voice): send keep alives without awaiting a response (#9202)

c6d98fa0c55a482cd4a81abd6f08290c29839b1b authored almost 2 years ago
docs: fix /core README example (#9201)

f65ac2ea780e9f60123c611292f0d0b647106d4c authored almost 2 years ago
fix(Actions): inject built data by using a symbol (#9203)

This fixes the hard crash encountered from message component interactions
where a `channel` prop...

a63ac88fcca5b61209892a6e560e35d58f5adc3b authored almost 2 years ago
docs(EmbedBuilder#spliceFields): fix a typo (#9159)

fix(EmbedBuilder#spliceFields): fix a typo

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

4367ab930227048868db3ed8437f6c4507ff32e1 authored almost 2 years ago
chore: regen yarn lock

dc142c47e4021d6d37712453cc2fad6e4fe4e9f7 authored almost 2 years ago
chore: deps

1f86d8578a5fca84c91c41172c73e1ea0ba93976 authored almost 2 years ago
types: allow sending messages with `SuppressNotifications` flag (#9177)

71a427f6322be76fe2d1cb265de09f171b1b354a authored almost 2 years ago
docs: make interactionResponse as optional (#9179)

664cccb2706db33635aa2556954de57f93b3d3db authored almost 2 years ago
fix(WebSocketShard): wait for hello rather than ready in connect (#9178)

27e0b32c5f0fe605f152e6ba67ce3f596137ff01 authored almost 2 years ago
feat(StageChannel): add messages (#9134)

* feat(StageChannel): add messages

* fix: missing implements jsdoc

* Apply suggestions from co...

ffdb197f988657100e2a9ff0ca17b759339a1dda authored almost 2 years ago
feat(AutoModerationActionExecution): add `channel`, `user` and `member` getters (#9142)

* feat(AutoModerationActionExecution): add channel prop

* feat(AutoModerationActionExecution): ...

095bd77515aa31bb0e95a350b4355980fea9268d authored almost 2 years ago
fix(Message#deletable): add check for deletable message types (#9168)

* fix(Message#deletable): add check for deletable message types

* docs: update docs

* fix: add...

e78b8ad3fb6692cba2c565b508254c723f185f0c authored almost 2 years ago
feat(AutoModeration): Support `custom_message` (#9171)

* feat: initial commit

* docs: fix type

* docs: this is probably a better explanation

* docs:...

c1000b86ed6d5413afcd6ee7e80505e5a845430b authored almost 2 years ago
fix(Message): `bulkDeletable` permissions should be retrieved later for DMs (#9146)

* fix(Message): permissions check should be done later

the getter will error if used on a messa...

a9495bd8f014c8021a214b83ffc531a2af5defef authored almost 2 years ago
refactor(GuildMemberManager): Tidy up fetching guild members (#8972)

* refactor(GuildMemberManager): tidy up fetching guild members

* refactor: no destructure

* fi...

4e0e1250399aa12c340ac92a86ec2c05704fe2bb authored almost 2 years ago
ci: create publish release workflow (#9150)

* ci: create publish release workflow

* test: fix tests for formatTag

* ci(publish-release): f...

6e481f0a30fa225fae1f660f3e4b9c9fc24e27b6 authored almost 2 years ago
types: remove `EscapeMarkdownOptions` (#9153)

fd0246ca4c75e60d8e117d9ac5af7067c7a63277 authored almost 2 years ago
fix(WebSocketShard): proper error bubbling (#9119)

* fix(WebSocketShard): proper error bubbling

* fix(WebSocketShard): proper success signaling fr...

9681f348770b0e2ff9b7c96b1c30575dd950e2ed authored almost 2 years ago
test: fix coverage reporting (#9148)

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

7f2ef962ecc4444cc9c17053b3768ffeb9499d78 authored almost 2 years ago
refactor(WebSocketManager): passing in strategy (#9122)

* refactor(WebSocketManager): passing in strategy

* chore: update tests

* chore: requested nit...

5c5a5832b94cd4d371cc99c4f9c3384523dabeeb authored almost 2 years ago
feat(core): Adds `getWebhooks()` function for the channel API and for the guild API (#9043)

* feat(core): Adds `getChannel()` for webhooks

* feat(core): add `getWebhooks()` function for t...

c6f9c50ba9abf9555a2c40de3113a08765b830d5 authored almost 2 years ago
feat(ThreadMemberManager): Support pagination fetching (#9035)

* feat: initial commit

* fix: `query`

* fix: `GuildMember` for `member`

* types(ThreadMember)...

765d5a3b2d5529c3a2a4b29512f6932264443ed1 authored almost 2 years ago
feat(InteractionResponse): add new methods (#9132)

* feat(InteractionResponse): add new methods

* types: fix options parameter type

Co-authored-b...

dc9924fb5f24c8dac963d6b86ba279a89545e73b authored almost 2 years ago
typings(Attachment): make `attachment` private (#8982)

* typings(Attachment): remove attachment property

* remove from structures

* Revert "remove fr...

da23cd5d69de4856d075f00738f75c68c555ae5b authored almost 2 years ago
feat(GuildMember): add `flags` (#9087)

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

76b21162aca7cd4897826437da3063524e1e7553 authored almost 2 years ago
types: fix type of Attachment#name (#9101)

Co-authored-by: space <[email protected]>

4e0a89f58f43f362bfde80d8319dce767c62850f authored almost 2 years ago
fix(oauth2): pass through body (#9106)

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

483cbb3b2abd2e3afadc3f814069d8e12bcf812b authored almost 2 years ago
fix(AutoModerationActionExecution): transform `action` (#9111)

* fix: transform action upon execution

* chore: move method into transformer

---------

Co-aut...

9156a2889cd0946dfd0b30a5f8365abfbc377b3d authored almost 2 years ago
feat(Client): `guildAuditLogEntryCreate` event (#9058)

* feat(Client): `guildAuditLogEntryCreate` event

* feat: add `targetId` and `executorId`

* typ...

9439107a1d6a9b77b5f991973d96bc6100da4753 authored almost 2 years ago
docs: fix typos (#9127)

* docs: fix typos

* indicies -> indices

* rename file

---------

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

1ba1f238f04221ec890fc921678909b5b7d92c26 authored almost 2 years ago
docs(chatInputApplicationCommandMention): parameters are not nullable (#9091)

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

6f78e8285b3ce762de010e68d49b377a47dc5a63 authored almost 2 years ago
fix(MessageReaction): `toJSON()` infinite recursion (#9070)

* fix(MessageReaction): `toJSON()` infinite recursion

* fix: return type

Co-authored-by: Jawor...

f268e1d9798744e169ae87089ea2e1f214364d95 authored almost 2 years ago
feat: Add role subscription data (#9025)

* feat: add role subscription data

* docs: specify message type

* types: use interface

* docs...

1ba22f4c9e4173f8866339d3eadb2939d4b32034 authored almost 2 years ago
fix(ThreadChannel): insert starter message from threads created in forum channels (#9100)

fix(ThreadChannel): insert starter message from forums

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

0b76ab4c403dd646c71482856ab993b263b7c474 authored almost 2 years ago
refactor(BitField): reverse iterator/toArray responsibilities (#9118)

refactor(BitField): reverse iterator/toArray responsabilities

f70df910ed12e397066d0bdb27343af21ead4d92 authored almost 2 years ago
chore: fix \n breaks (#9116)

b8684e058519ccd7a767d6734ca5872be15edda0 authored almost 2 years ago
fix(ApplicationRoleConnectionMetadata): export the class correctly (#9076)

071516c35239bd4e1cae572c855d86b335c8536d authored almost 2 years ago
chore: bump discord-api-types and undici (#9140)

* chore: update discord-api-types to 0.37.35

* fix: exclude stage channels for now

* chore: up...

d44a6f035cfcec5021a6218a2eeffbacf2366ea3 authored almost 2 years ago
ci: don't run issue triage on edit (#9113)

0e4224be36f6e64ccd8366f6cc86e6ce3f33eec5 authored about 2 years ago
docs: no `@type` description and reveal info block (#9097)

405f9400e8e3ffea9f3847ab5abb431a34538a96 authored about 2 years ago
docs: fix version export (#9049)

* docs: fix version export

* types: assert `[VI]{{inject}}[/VI]` as string

* types: typo

* Re...

8b70f497a1207e30edebdecd12b926c981c13d28 authored about 2 years ago
ci: update scripts for documentation changes (#9055)

* ci: update scripts for documentation changes

* refactor: use tsconfig files

Co-authored-by: ...

56ef3ad8a09841ab5e4cd290d7c8d138f4afd776 authored about 2 years ago
ci: Update issue labeller (#9064)

* ci: Add formatters issue label

* fix: "the" instead of "this"

* chore: add next

2e48faf91ad2eea10f2bbf733c7b17dbd73717c9 authored about 2 years ago
refactor: Moved the escapeX functions from discord.js to @discord.js/formatters (#8957)

* refactor: moved escapeX funcs from discord.js to @discord.js/formatters

- moved escapeX funct...

13ce78af6e3aedc793f53a099a6a615df44311f7 authored about 2 years ago
fix: don't auth for interaction `showModal()` (#9046)

Co-authored-by: space <[email protected]>

b803a9a899aaa75a3ea2bc6623c6afb28f495e8c authored about 2 years ago
feat(Sticker): add support for gif stickers (#9038)

* feat(Sticker): add support for gif stickers

* chore: upgrade discord-api-types

* refactor: r...

6a9875da054a875a4711394547d47439bbe66fb6 authored about 2 years ago
ci: automated issue labeler (#8873)

* ci: automated issue labeler

* ci: remove comment

* Apply suggestions from code review

Co-au...

8c265b628d90eb5161e3f96cff49522782a899a6 authored about 2 years ago
chore: switch tsup config to typescript (#9057)

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

1831acaffb79744984f3c63122333185d05cec4b authored about 2 years ago
fix: ws typo (#9056)

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

05a1cbfe5479195b0bc9b6f0971fe39f6af6fd77 authored about 2 years ago
refactor: Use `deprecate()` directly (#9026)

* refactor: just call `deprecate()`

* docs: prevent crash

* refactor: back to prototype deprec...

1c871b5b576dddef12c5afacecf416dbd6243dea authored about 2 years ago
chore: update yarn

bb58395df08c13348a8c180604471465d24d73a2 authored about 2 years ago
feat(website): add support for source file links (#9048)

Co-authored-by: Noel <[email protected]>

f6506e99c496683ee0ab67db0726b105b929af38 authored about 2 years ago
ci: remove unnecessary build step

a580768cda70ea6e8c06be923a2a70199930355e authored about 2 years ago
fix(website): scroll to method when clicking anchor (#9047)

cb43db2180b37f5cc8c0f55829e8503a10e42dcd authored about 2 years ago
ci: always upload bundle on main

368b8ba73cf79bf013726f433a285c6cb9214a45 authored about 2 years ago