Jiralite
e77793898a
docs(Container): update example usage
...
Resolves #11297 .
2025-11-28 10:24:58 +00:00
Jiralite
f5b3f842e3
fix(DJSError): Differentiate error type ( #11295 )
...
* fix(DJSError): differentiate error type
* fix: remove `?.`
2025-11-22 20:23:09 +00:00
Jiralite
e32f0c141a
refactor(DJSError): Prefer this.constructor.name ( #11294 )
...
refactor(DJSError): prefer `this.constructor.name`
2025-11-22 12:50:54 +00:00
Jiralite
fdac8c5bdd
chore(discord.js): release discord.js@14.25.1
14.25.1
2025-11-21 16:23:04 +00:00
Jiralite
0d64ea0528
fix(GuildEmojiManager): Allow CreateGuildExpressions for retrieving author data ( #11288 )
...
* fix(GuildEmojiManager)!: Allow `CreateGuildExpressions` for retrieving author data (#11283 )
* fix(GuildEmojiManager): allow `CreateGuildExpressions`
* fix: tests
2025-11-21 16:22:20 +00:00
Vlad Frangu
cce8194b9f
chore(discord.js): release discord.js@14.25.0
@discordjs/core@2.4.0
@discordjs/formatters@0.6.2
@discordjs/util@1.2.0
14.25.0
2025-11-18 08:26:54 +02:00
Vlad Frangu
f4b4918200
chore(core): release @discordjs/core@2.4.0
2025-11-18 08:26:01 +02:00
Vlad Frangu
d500d97666
chore(formatters): release @discordjs/formatters@0.6.2
2025-11-18 08:22:03 +02:00
Vlad Frangu
6727634758
chore(util): release @discordjs/util@1.2.0
2025-11-18 08:19:50 +02:00
Denis-Adrian Cristea
a3c6bce3a8
feat(GuildMemberManager): handle gateway request rate limit ( #11253 )
...
* feat(GuildMemberManager): handle gateway request ratelimit
* fix: account for ws abstraction layer
* chore: yada yada
* refactor: use new error class
* fix: linter
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-11-17 10:24:12 +00:00
Jiralite
214c6cbdd6
build: unify discord-api-types versions
2025-11-17 10:23:20 +00:00
Jiralite
492039c4f6
docs(MessageManager): update fetchPins() wording
2025-11-14 21:24:18 +00:00
Jiralite
b0542f30e2
style: ESLint
2025-11-12 13:59:08 +00:00
Jiralite
84197a0ee0
fix: Remove data conditional check ( #11250 )
...
* fix: remove conditional
* types: sort types
2025-11-12 13:41:09 +00:00
Danial Raza
33bfdedf35
feat(Client): add request soundboard sounds ( #10608 )
...
* feat(Client): add request soundboard sounds
* docs: add `guildId` to example
Co-authored-by: Almeida <github@almeidx.dev >
* refactor: remove `groupBy` polyfill
---------
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:39:35 +00:00
Naiyar
caa7833ffb
feat(interactions): add launchActivity method ( #10646 )
...
* feat(interactions): add launchActivity method
* chore: suggestion
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* chore: suggestion
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* fix: overload and add tests
* chore: wording
* chore: wording
* chore: spacing
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:37:43 +00:00
Jiralite
b14d8d970b
docs(guild): Remove "all" for listing guild members ( #10719 )
...
docs(guild): remove "all" for listing
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:35:46 +00:00
Naiyar
d4d326b70d
types(interactions): fix overloads ( #10702 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-11-12 13:34:21 +00:00
Jiralite
d4b0f4de5f
fix(interactions): options should be optional ( #10683 )
...
fix(interactions): fix optional overloads
2025-11-12 13:30:54 +00:00
Jiralite
f040c6f6a5
types: Export some core-specific types ( #10620 )
...
types: export core-specific types
Co-Authored-By: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:29:27 +00:00
Naiyar
6f05c96ab4
fix(interactions): wrong return type and missing implementation of with_response in core ( #10644 )
...
* fix(types): wrong return type with with_response
* fix: missing implementation of with_response
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:23:08 +00:00
Jiralite
62f2ca5fbb
feat(monetization): Add get entitlement endpoint ( #10605 )
...
feat(monetization): add get entitlement endpoint
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:22:27 +00:00
Jiralite
610b4bbacb
fix: query is optional for some endpoints ( #10621 )
...
* fix(monetization): `query` is optional
* refactor: more defaults
2025-11-12 13:20:17 +00:00
Ryan Munro
8469fb3bad
feat(interactions): support with_response query parameter in core ( #10512 )
...
* feat(interactions): support with_response query parameter
* fix: address feedback from comments
* chore: remove extraneous documentation
* fix: return type is now undefined
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:17:17 +00:00
Danial Raza
d25ef434ae
feat: add soundboard ( #10536 )
...
* feat: add soundboard
* chore: disable `jsdoc/check-param-names` rule
* fix: export `SoundboardSoundsAPI`
2025-11-12 13:15:06 +00:00
Danial Raza
2deea25e97
feat: add subscriptions ( #10486 )
...
* feat: add subscriptions
* docs: requested changes
Co-authored-by: Almeida <github@almeidx.dev >
---------
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:10:53 +00:00
Denis-Adrian Cristea
5c5b545c38
feat(core): handle request all guild members rate limit ( #11251 )
...
* feat(core): handle request all guild members rate limit
* fix: weird import update
* refactor: error class
* refactor: error class again
* refactor: requested changes
* chore: fix dep
* fix: suggested changes
---------
Co-Authored-By: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 13:02:48 +00:00
Danial Raza
eeeef2ac50
feat: support new s/S timestamp styles in v14 ( #11268 )
2025-11-12 10:56:02 +00:00
Jiralite
ccbe0716a4
chore: remove apps
2025-11-10 19:27:12 +00:00
Jiralite
a9fcfc0586
build: regenerate lockfile
2025-11-10 18:40:37 +00:00
Jiralite
36d6f0e55b
chore: private ui
2025-11-10 18:22:53 +00:00
Jiralite
1e060e5bde
build: upgrade nan
2025-11-10 18:16:09 +00:00
Jiralite
c5b71a756b
chore(ws): release @discordjs/ws@2.0.4
@discordjs/ws@2.0.4
2025-11-10 13:16:13 +00:00
Denis-Adrian Cristea
6c781ede30
fix(WebSocketShard): bad error re-throw ( #11151 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-10 13:04:07 +00:00
Denis-Adrian Cristea
be38128ea1
fix(SimpleIdentifyThrottler): don't sleep negative amounts ( #10669 )
...
* fix(SimpleIdentifyThrottler): don't sleep negative amounts
* fix: test
2025-11-10 12:59:18 +00:00
Denis-Adrian Cristea
737a97d068
refactor(IContextFetchingStrategy): explicitly name forwarded properties ( #10652 )
2025-11-10 12:58:28 +00:00
Danial Raza
b26af3cf38
feat: add linked roles formatters ( #10461 )
...
* feat: add linked roles formatters
* docs: requested changes
Co-authored-by: Almeida <github@almeidx.dev >
* docs: remove locale
---------
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-09 11:02:08 +00:00
cobalt
169b05f319
refactor(formatters): Change :_: emoji name placeholder ( #10567 )
...
* Change `:_:` emoji name placeholder
* Update tests
* Format
2025-11-09 11:01:04 +00:00
Almeida
bf0430f998
feat: add email and phoneNumber formatters ( #11050 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-09 10:56:24 +00:00
Josef
2da2fa01b2
feat: optimize role manager cache getter ( #11239 )
...
Co-authored-by: Almeida <github@almeidx.dev >
2025-11-09 10:52:23 +00:00
Kendell R
1c5701651a
fix: improve handling of italics in the presence of links ( #11064 )
...
* fix(formatters): don't escape * in links
* add test for * -> * in url
* `\S+` -> `\S*` (tested locally)
* @Qjuh: handle italics both inside+outside <url>s
* more accurate <link> matcher
---------
Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com >
2025-11-09 10:51:50 +00:00
Jiralite
b6a8264d6b
chore: Merge builders/1.x into v14 ( #11260 )
...
* chore: merge builders (and formatters)
* chore: match cliff.toml
* chore: update README.mds
* build: discord-api-types 0.38.32
2025-11-08 23:31:07 +00:00
Naiyar
a7196dc969
fix: backport only passing relevant options to API when fetching ( #11230 )
...
* fix: only pass relevant options to API when fetching
* chore: update changes
2025-10-31 21:35:51 +00:00
Jiralite
a03661844f
chore(discord.js): release discord.js@14.24.2
14.24.2
2025-10-30 21:20:01 +00:00
Jiralite
fb2b7281e0
fix(GuildMember): joinedAt possibly being NaN
...
Co-Authored-By: TÆMBØØ <69138346+TAEMBO@users.noreply.github.com >
2025-10-30 21:01:17 +00:00
Jiralite
c303bf3329
chore(discord.js): release discord.js@14.24.1
14.24.1
2025-10-28 15:06:27 +00:00
Danial Raza
c2c8cce1d7
fix(Message): check if in voice based channel for pinnable ( #11215 )
...
* fix(Message): check if in voice based channel for `pinnable`
* chore: changes from main
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-28 14:59:42 +00:00
Jiralite
abb84ce88f
docs(GuildMemberFlagsBitField): remove duplicate word
2025-10-26 10:47:53 +00:00
Jiralite
d317ca1053
types(FileUploadModalData): Correct fields ( #11209 )
...
* types(FileUploadModalData): update fields
* docs(FileUploadModalData): `Snowflake`
* types(FileUploadModalData): `Snowflake`
* docs: add more
2025-10-25 23:57:39 +01:00
Jiralite
072fbb228a
types(LabelModalData): Singular ModalData ( #11207 )
...
types(LabelModalData): no array
2025-10-25 20:13:26 +01:00