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
Jiralite
868be4eafc
feat: Annotate result of releasing packages ( #11200 )
...
* feat: annotate result
* feat: note dry runs
* refactor: summaries
2025-10-26 21:40:49 +00:00
Copilot
ed143a6cda
fix(GuildMemberFlagsBitField): Remove duplicate "guild" word ( #11212 )
...
* Initial plan
* Fix duplicate 'guild' word in GuildMemberFlagsBitField documentation
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-26 10:46:16 +00:00
Jiralite
56662ebad7
types(FileUploadModalData): Correct fields ( #11210 )
...
* types(FileUploadModalData): update fields
* docs: update more fields
2025-10-25 22:57:00 +00:00
Jiralite
8066821faa
types(LabelModalData): Singular ModalData ( #11207 )
...
types(LabelModalData): no array
2025-10-25 19:12:17 +00:00
Jiralite
3048c3c0aa
types(FileUploadComponentData): required should be a boolean ( #11205 )
...
types(FileUploadComponentData): `boolean`
2025-10-25 16:19:50 +00:00
Jiralite
2a5d99f0a0
ci(documentation): Ignore tag pushes for create-discord-bot ( #11201 )
...
ci(documentation): ignore create*
2025-10-25 02:42:22 +02:00
Jiralite
633d4813ef
fix: Remove outdated documentation logic ( #11203 )
...
fix: remove unused stuff
2025-10-25 02:32:01 +02:00
Noel
08b87d9087
refactor(website,guide): cloudflare workers support ( #11204 )
2025-10-25 02:17:59 +02:00
Jiralite
756eac6bb1
fix: Use D1 for indices ( #11199 )
...
* fix: use D1 for indices
* fix: use D1 for indices
* build: remove unused packages
* fix: pass variables
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-24 20:08:49 +00:00
ckohen
ee3be2c3c3
refactor(ApplicationCommand)!: make options nullable ( #11167 )
...
BREAKING CHANGE: ApplicationCommand#options is now nullable
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-24 20:32:41 +01:00
Jiralite
c05f653f0a
chore: Release create-discord-app/bot ( #11198 )
...
* build: bump versions
* build: specify `monoRepo`
Specifying that this is a monorepo seems to fix changelog generation and the conventional bumping.
* chore(create-discord-bot): release create-discord-bot@4.1.0
create-discord-bot@4.1.0
2025-10-24 19:06:45 +01:00
Vlad Frangu
0c1ff5ea29
types(core): use result types instead of direct types ( #11140 )
...
* types(core): use result types instead of direct types
fix: import pains
chore: apply suggestion from review
Co-authored-by: Almeida <github@almeidx.dev >
chore: fmt script
chore: requested change
* chore: rename script, fix build
* chore: types
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-24 15:36:54 +00:00
Jiralite
a990eefa31
fix: 404 for an unknown package's landing page ( #11193 )
...
* fix(page): 404 if no package
* fix: we go hard
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com >
* fix: pain
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com >
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com >
2025-10-24 15:06:14 +00:00
ckohen
63417e8b6c
refactor(makeCache)!: make params an object ( #11172 )
...
BREAKING CHANGE: `Options.makeCache` now sends all of its parameters in an object rather than 3 individual parameters
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-24 15:55:29 +01:00
Naiyar
c9a9b6ce9d
feat: file upload component ( #11114 )
...
* feat: file upload component
* docs: correct min values
* chore: rebase
* chore: resolve attachments
* chore: typings
* chore: whyyyyyyyyy
* types: `Snowflake`
* types: `Snowflake`
* docs: `Snowflake`
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-24 11:09:33 +00:00
Jiralite
83ec0fdcdf
refactor: Use idPredicate for file uploads ( #11195 )
...
refactor: use `idPredicate`
2025-10-24 10:45:37 +00:00
Jiralite
c84024968e
feat: File upload support ( #11108 )
...
* build: bump discord-api-types
* feat: add support
* docs: correct examples
* fix(MappedComponentTypes): fix description
Co-authored-by: advaith <advaithj1@gmail.com >
* fix: use `z.int()`
* chore: remove errors
---------
Co-authored-by: advaith <advaithj1@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-24 10:16:05 +00:00
thelegendfox
63b5923deb
fix: Singular misplaced comma ( #11194 )
...
docs: Fix misplaced comma
2025-10-24 09:54:33 +00:00
Qjuh
886d4a7fcb
fix(website): don't error if unstable node missing ( #11191 )
...
fix: don't error if unstable node missing
2025-10-22 16:19:33 +00:00
Qjuh
697556fd16
feat(website): parse and show unstable tsdoc tag ( #11187 )
...
feat(website): parse and show unstable tsDoc tag
2025-10-22 11:53:56 +00:00
Naiyar
68835b3ff7
refactor(guide): redirect old urls to /legacy ( #11170 )
...
* refactor(guide): redirect old urls to /legacy
* chore: suggestion
Co-authored-by: Almeida <github@almeidx.dev >
---------
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-20 13:13:36 +00:00
Jiralite
0cc92bd5b0
fix(textInput): Allow empty strings for a value ( #11182 )
...
fix: allow empty strings
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-16 13:55:15 +00:00
Souji
d03eb5e26e
chore(guide): manually sort popular topics ( #11174 )
2025-10-16 09:21:07 +00:00
Jiralite
25b22c67aa
fix(ModalSubmitInteraction): Resolve components correctly ( #11168 )
...
* fix: resolve components correctly
* fix: remove redundant parameter
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-14 22:01:10 +00:00
ckohen
0add790169
chore: remove old release ci ( #11171 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-14 19:11:43 +00:00
Naiyar
1a305fe4ad
build: bump discord-api-types to 0.38.30 ( #11178 )
...
* build: bump discord-api-types to 0.38.30
* chore: slap the errors
2025-10-14 18:02:10 +00:00
Souji
93e96eb6c0
feat(guide): add reason for missing access ( #11173 )
...
* feat(guide): add reason for missing access
* chore: grammar
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-14 12:04:52 +00:00
ckohen
7a3a21b26e
ci(release): better final output ( #11177 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-14 09:26:11 +00:00
Souji
a2d4f187ca
chore(guide): consistent sidebar capitalization ( #11175 )
2025-10-14 00:16:26 +00:00
Denis-Adrian Cristea
f9ca29e3e4
chore: update readme badges ( #11152 )
...
* chore: update readme badges
* chore: add href
* chore: other readmes
* chore: reintroduce badge
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-13 12:54:08 +00:00
jNullj
180dd60c61
feat(voice): Add info about DAVE protocol dependencies and support ( #11145 )
...
* Add info about DAVE protocol dependencies and support
Changes remade from https://github.com/discordjs/guide/pull/1630 due to project moving from that repo to this one.
* remove explicit warning regarding optional dependency being optional
Co-authored-by: Almeida <github@almeidx.dev >
* style: format
---------
Co-authored-by: Almeida <github@almeidx.dev >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-11 12:58:28 +00:00
Almeida
dd795252d6
refactor!: remove special cases for bot guild owner ( #11160 )
...
BREAKING CHANGE: The `GuildOwned` error code and message has been removed.
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-11 11:57:20 +01:00
Denis-Adrian Cristea
847fa9938d
fix(GuildChannel): manageable perm check ( #11166 )
2025-10-11 09:01:39 +00:00
Jiralite
a97ac82619
fix(guide): Miscellaneous fixes ( #11147 )
...
* fix: miscellaneous fixes
* docs: fix contributing link
* fix: link
* fix: you
* fix: main links
* fix: update source
* fix: update link
* fix: update update link
* fix: [
* fix: remove locale
* fix: update links
* fix: update GitHub link
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-09 12:41:15 +00:00
Almeida
7f29356950
fix: ending uncached polls ( #11157 )
2025-10-08 21:04:05 +00:00
Jiralite
230e746b31
ci(documentation): Skip unknown packages on old refs ( #11154 )
...
ci(documentation): handle old refs for unknown packages
2025-10-08 17:05:34 +00:00
Denis-Adrian Cristea
0c2975e3fd
ci: implement workflow to publish dev versions ( #11120 )
...
* ci: implement workflow to publish dev versions
* ci: refactor into the other dev job
* fix: use dev tag
* chore: clarify
* fix: always use actions from main
* fix: conditionally
* chore: don't ask for meaningless perm
2025-10-08 11:08:39 +00:00
Denis-Adrian Cristea
fcf7f27fd7
ci(release): handling for create-discord-app ( #11143 )
...
* ci(release): handling for create-discord-app
* ci(deprecate): cda support
* ci: update our custom action to handle the renaming when invoked
* fix: don't double release on github
* chore: just in case
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-08 10:33:51 +00:00
Almeida
aac247cc18
feat: add {add,remove}GroupDMRecipient methods ( #11135 )
...
* feat: add `{add,delete}GroupDMRecipient methods`
* fix: requested changes
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-08 08:37:02 +00:00
Jiralite
a78dd012dc
feat(guild): Support incident actions ( #11131 )
...
* feat(guild): add incident actions
* fix: add result
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-08 08:07:17 +00:00
Denis-Adrian Cristea
af923fee8e
fix(WebSocketShard): bad error re-throw ( #11151 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-07 09:59:40 +00:00
Jiralite
f1087c7e87
fix: Guide content path for CODEOWNERS ( #11148 )
...
fix: update guide path
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-07 09:55:46 +00:00
Almeida
7de5b4a349
refactor: remove guide route prefix ( #11146 )
...
* refactor: remove guide route prefix
* chore: implement backwards compat redirect
* Change guide redirect destination and permanence
Updated the redirect destination and permanence for the guide route.
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-07 09:50:53 +00:00
Jiralite
f109fc9b42
chore(guide): Update name of legacy path ( #11149 )
...
chore: update name of legacy path
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-07 09:49:30 +00:00
Pavel-Boyazov
b80dd8ce7f
types(ClientEventTypes): fix messageDeleteBulk event arg ( #11122 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2025-10-07 08:44:26 +00:00
Almeida
88778df0e5
ci: bump actions/setup-node to v5 ( #11134 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-10-06 22:47:49 +00:00