Jiralite
a57b4d4d29
fix: Allow mixing subcommands with subcommand groups ( #11303 )
...
fix: allow subcommand with groups
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-30 16:48:19 +00:00
Jiralite
8162ae8ce0
test: Add toJSON() to tests ( #11321 )
...
test: fix validation
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-30 16:41:48 +00:00
Jiralite
ace834b274
fix: Adjust label predicates and fix buttons emoji/label behaviour ( #11317 )
...
* fix: buttons with custom id
* fix: button labels
* fix: also add refinement to link buttons
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-30 16:17:50 +00:00
Rie
d59857e901
fix(builders): add proper snowflake validation ( #11290 )
...
* fix(builders): add proper snowflake validation
close #11289
* fix(builders): use snowflake validation for attachment id
* test(builders): add validation tests for snowflake attachment IDs
* fix: better regex
Co-authored-by: Almeida <github@almeidx.dev >
* test(builders): fix snowflake validation in fileBody test
* Update packages/builders/src/Assertions.ts
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* fix: update regex
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: Vlad Frangu <me@vladfrangu.dev >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-30 15:30:04 +00:00
Qjuh
19253f6b7b
feat: message structures ( #10982 )
...
* feat: message structures
* fix: docs
* chore: components and more
* feat: embed and more
* feat: more substructures and code review suggestions
* chore: tests and date conversions
* chore: jsdoc strings
* fix: tests
* fix: tests
* feat: hexColor getters
* chore: remove getters for nested data
* chore: apply suggestions from code review
* fix: burst_colors in toJSON
* docs: rephrase SectionBuilder remark
* chore: add LabelComponent
* fix: add name and size to file component
* chore: move resolved interaction data to interactions dir
* fix: code review
* chore: bump discord-api-types
* chore: apply code review suggestions
* fix: lockfile
* chore: update remark
* fix: missing export
* chore: code review and tests
* build: fix file
* fix: typo
* fix: missing toJSON
* fix: remove redundant patch overrides
* chore: missing component suffix
* chore: better name
* chore: add comment explaining timestamp conversion
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-11-28 16:52:42 +00:00
VAKiliner
aeb8986aa1
fix(Client): Move client initialization code ( #11184 )
...
* Update index.js
* Fix
* Fix path to ClientUser
* Update Client.js
* Migrating back to READY.js
* Move _checkReady()
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com >
2025-11-28 14:12:23 +00:00
Souji
444e55a093
feat(guide): updating section ( #11322 )
...
feat: sidebar, layout, initial content
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-11-28 11:37:19 +00:00
William Bowen
b2cbdf1567
feat(guide): updated modal page for label ( #11169 )
...
* feat(guide): updated modal page for label
* feat(guide): updated modal page with modal component sections
* feat(guide): added modal to select menu page
* fix(guide): moved select menu and add text display callout
* feat(guide): reworked to show modal together instead of separately
* feat(guide): added file upload to modal
* fix: code block focus in modals
* fix: grammar
* fix: grammar and wording
* feat: structure and readability
General improvements to structure and reading flow
* Reword sentence structure
* Use semantic code highlights
* Consistent heading casing
* Add additional explanations and elaborations
* Adapt legacy examples in text
* Omit repeated code for brevity and less scrolling
* fix: updated example Image
* chore: typos, grammar, rephrasing
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Ryan Munro <monbrey@gmail.com >
* chore: review rephrasing
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Ryan Munro <monbrey@gmail.com >
* chore: rephrasing for correctness
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* chore: rephrasing for correctness
* chore: rephrasing for correctness
* chore: formatting
* chore: rephrasing for correctness
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* chore: update text
---------
Co-authored-by: almostSouji <timoqueezle@gmail.com >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Ryan Munro <monbrey@gmail.com >
2025-11-28 11:33:26 +00:00
Jiralite
02fc101069
fix(DJSError): Differentiate error type ( #11295 )
...
* fix(DJSError): differentiate error type
* fix: remove `?.`
2025-11-22 20:22:55 +00:00
Jiralite
db41d5cb68
refactor(DJSError): Prefer this.constructor.name ( #11294 )
...
refactor(DJSError): prefer `this.constructor.name`
2025-11-22 12:45:33 +00:00
Danial Raza
179525d9fc
fix: typos ( #11293 )
2025-11-22 10:08:20 +00:00
Jiralite
0b12263371
fix(GuildEmojiManager)!: Allow CreateGuildExpressions for retrieving author data ( #11283 )
...
* fix(GuildEmojiManager): allow `CreateGuildExpressions`
* fix!: update error code
BREAKING CHANGE: `MissingManageGuildExpressionsPermission` has become `MissingGuildExpressionsPermission`.
2025-11-20 23:15:58 +00:00
Almeida
456a6f4548
fix: header link on packages with entrypoints ( #11285 )
...
* fix: header link on packages with entrypoints
* types: add types
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-20 21:22:36 +00:00
Jiralite
5130d6f56c
fix: Sort package versions ( #11284 )
...
* fix: sort package versions
* refactor: remove spaces
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-20 21:17:28 +00:00
Jiralite
5dea94602e
ci: Remove tags instead of only deprecating ( #11263 )
...
ci: deprecate -> remove
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-20 20:17:00 +00:00
Denis-Adrian Cristea
68bb8af58a
feat(builders): multipart form data output support ( #11248 )
...
* feat(builders): multipart form data output support
* refactor: proper key management
* chore: add missing remarks
* chore: requested changes
* chore: rename encodables file
* chore: requested changes
* chore: requested changes
* chore: nits
Co-authored-by: Almeida <github@almeidx.dev >
* chore: requested change
* chore: requested change
---------
Co-authored-by: Almeida <github@almeidx.dev >
2025-11-19 21:59:51 +00:00
Jiralite
315f422781
fix: Mark external links as external ( #11282 )
...
fix: mark external links as external
2025-11-18 15:56:57 +00:00
Jiralite
9d5c6b4588
fix(Util): Resolve circular dependency ( #11276 )
...
* fix(Util): resolve circular
* refactor: lazily load all other circulars
2025-11-15 10:06:05 +00:00
Danial Raza
7349a6ee3e
refactor(client)!: remove BaseClient ( #11274 )
...
BREAKING CHANGE: `BaseClient` has been removed and its functionality has been merged into `Client`.
2025-11-14 23:03:39 +01:00
Jiralite
87364c7ed9
docs(MessageManager): Update fetchPins() wording ( #11275 )
...
docs(MessageManager): update `fetchPins()` wording
2025-11-14 21:23:58 +00:00
Denis-Adrian Cristea
25aff7e218
feat(GuildMemberManager): handle gateway request rate limit ( #11252 )
...
* feat(GuildMemberManager): handle gateway request ratelimit
* chore: typo no one saw
* fix: cleanup listener properly
* types: add error code
* refactor: requested changes
* fix: update emitted warning
* chore: requested changes
* refactor: remove event
* refactor: warning
* chore: wording
Co-authored-by: Vlad Frangu <me@vladfrangu.dev >
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Vlad Frangu <me@vladfrangu.dev >
2025-11-14 20:51:54 +00:00
ckohen
9f18cb2129
refactor(Webhooks)!: remove WebhookClient ( #11266 )
...
BREAKING CHANGE: WebhookClient has been removed, use @discordjs/core instead or fetch webhooks. Alternative solutions are in the works
BREAKING CHANGE: `WebhookURLInvalid` is no longer an error code (obsolete).
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-11-13 12:57:00 -08:00
Jiralite
837af56cf8
fix: Remove data conditional check ( #11250 )
...
* fix: remove conditional
* types: sort types
2025-11-12 13:31:13 +00:00
Danial Raza
e8217e335c
feat!: support new s/S timestamp styles ( #11267 )
...
BREAKING CHANGE: `TimestampStyles.LongTime` has been removed. Use `TimestampStyles.MediumTime` instead.
BREAKING CHANGE: `TimestampStyles.ShortDateTime` has been removed. Use `TimestampStyles.LongDateShortTime` instead.
BREAKING CHANGE: `TimestampStyles.LongDateTime` has been removed. Use `TimestampStyles.FullDateShortTime` instead.
2025-11-12 10:55:20 +00:00
Almeida
538b47dd00
feat: upgrade zod to v4 ( #11258 )
...
* feat: upgrade zod to v4
* fix: requested changes
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 10:07:58 +00:00
Danial Raza
d923e90ae6
chore: migrate eslint configs ( #11234 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 09:50:07 +00:00
Jiralite
8ed93b3269
types(DiscordjsErrorCodes): Add missing permission overwrites error codes ( #11256 )
...
types: add missing types
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-12 07:25:30 +00:00
Qjuh
5619137acd
feat(api-extractor-model): use correct version for external packages ( #11255 )
...
Co-authored-by: Danial Raza <danialrazafb@gmail.com >
2025-11-11 20:40:22 +00:00
Souji
35996b7d75
fix: issue template guide ( #11254 )
...
* Add guide content issue template
* remove empty line
* fix: typo
* chore: add guide as issue template code owners
* chore: add core as additional template code owners
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-11 20:28:25 +00:00
Denis-Adrian Cristea
d3d6777ef8
feat(core): handle request all guild members rate limit ( #11251 )
...
* feat(core): handle request all guild members rate limit
BREAKING CHANGE: `Gateway` now requires `off` `once` methods
* 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-11 07:14:57 +00:00
Denis-Adrian Cristea
37a38883d7
refactor(publish-dev): take ref instead ( #11236 )
...
* refactor(publish-dev): take ref instead
* fix: main checks
* chore: relevant examples
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-10 14:39:42 +00:00
Josef
c85f18c1ee
feat: optimize role manager cache getter ( #11239 )
...
Co-authored-by: Almeida <github@almeidx.dev >
2025-11-09 10:51:40 +00:00
Kendell R
9723cc590b
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 09:02:25 +00:00
Jiralite
3cb3ecae21
docs(BaseSelectMenu): Adjust maximum wording ( #11249 )
...
docs(BaseSelectMenu): adjust wording
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-05 19:30:36 +00:00
Almeida
dafdc78e73
chore: upgrade actions/setup-node to v6 and node.js to v24 ( #11237 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-05 18:38:02 +00:00
Jiralite
3122da4ea4
ci(deprecate-tag): Remove comment ( #11246 )
...
ci: remove #
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-05 18:36:06 +00:00
Souji
4da0c03784
chore: add guide issue template ( #11247 )
...
* Add guide content issue template
* remove empty line
2025-11-05 19:31:40 +01:00
Denis-Adrian Cristea
4c18a89c2f
feat(ci): deprecate tag ( #11235 )
...
* feat(ci): deprecate tag
* fix: wildcard
* chore: newer deps
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-05 11:35:01 +00:00
Almeida
4359914d1a
fix: open graph image in metadata ( #11244 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-03 20:14:39 +00:00
ckohen
b026d0ee35
ci: fix pinning ( #11243 )
2025-11-03 06:37:21 +00:00
ckohen
3bb13f96b4
ci(dev): pin associated dev versions ( #11238 )
2025-11-02 05:38:17 +00:00
Naiyar
06a75e80bc
docs: clarify wording for maximum values ( #11231 )
...
* docs(FileUpload): clarify wording
* chore: missed instances
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-11-01 14:33:34 +00:00
Danial Raza
f26a5ed869
fix: only pass relevant options to API when fetching ( #11228 )
...
* fix: only pass relevant options to API when fetching
* chore: requested changes
* fix: missed instance
2025-10-31 20:48:51 +00:00
Almeida
d06d8c0806
chore: update readme package list ( #11218 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-31 11:23:16 +00:00
ckohen
d8b913449e
ci: refactor turbo team to use var ( #11219 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-31 11:21:42 +00:00
Almeida
fb5c629638
chore: bump dependencies ( #11225 )
2025-10-31 11:15:45 +00:00
TÆMBØØ
178c9cb348
fix(GuildMember): joinedAt possibly being NaN ( #11224 )
2025-10-30 20:59:02 +00:00
Danial Raza
94a9b4d03c
fix(Message): update pinnable to use PinMessages ( #11202 )
...
* fix(Message): update `pinnable` to use `PinMessages`
* refactor: use bitwise OR
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* fix: check if in voice based channel for pinnable
* Update packages/discord.js/src/structures/Message.js
* Update packages/discord.js/src/structures/Message.js
Co-authored-by: Almeida <github@almeidx.dev >
* Update packages/discord.js/src/structures/Message.js
Co-authored-by: Almeida <github@almeidx.dev >
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Almeida <github@almeidx.dev >
2025-10-28 14:54:22 +00:00
Almeida
4c0d667773
fix: retry google fonts fetch on fail ( #11217 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-26 22:15:12 +00:00
Almeida
4f9475d937
chore: fix executable file permissions ( #11216 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-26 21:48:40 +00:00