forked from discordjs/discord.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Create a new pull request by comparing changes across two branches #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
GulajavaMinistudio
merged 26 commits into
javascript-indonesias:master
from
discordjs:main
Dec 9, 2025
Merged
Create a new pull request by comparing changes across two branches #276
GulajavaMinistudio
merged 26 commits into
javascript-indonesias:master
from
discordjs:main
Dec 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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 <[email protected]> Co-authored-by: Ryan Munro <[email protected]> * chore: review rephrasing Co-authored-by: Jiralite <[email protected]> Co-authored-by: Ryan Munro <[email protected]> * chore: rephrasing for correctness Co-authored-by: Jiralite <[email protected]> * chore: rephrasing for correctness * chore: rephrasing for correctness * chore: formatting * chore: rephrasing for correctness Co-authored-by: Jiralite <[email protected]> * chore: update text --------- Co-authored-by: almostSouji <[email protected]> Co-authored-by: Jiralite <[email protected]> Co-authored-by: Ryan Munro <[email protected]>
feat: sidebar, layout, initial content Co-authored-by: Jiralite <[email protected]>
* Update index.js * Fix * Fix path to ClientUser * Update Client.js * Migrating back to READY.js * Move _checkReady() --------- Co-authored-by: Jiralite <[email protected]> Co-authored-by: Denis-Adrian Cristea <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> * test(builders): fix snowflake validation in fileBody test * Update packages/builders/src/Assertions.ts Co-authored-by: Jiralite <[email protected]> * fix: update regex --------- Co-authored-by: Jiralite <[email protected]> Co-authored-by: Almeida <[email protected]> Co-authored-by: Vlad Frangu <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…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>
fix: allow subcommand with groups Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* chore: add schema * chore: template pain * build: remove from docgen
Delete .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* Add `maximumStageBitrate : number` * Add `maximumStageBitrate : number` * oops --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* fix(undiciRequest): file uploading * fix: different approach * fix: revert to the previous approach --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* build: bump dependencies * fix: guide build * build: amend package.json.hbs * build: create-discord-bot * style: formatting * build: final change --------- Co-authored-by: almeidx <[email protected]>
* test: fix type errors * chore: use MockedFunction --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…les (#11278) BREAKING CHANGE: Remove AttachmentBuilder --------- Co-authored-by: Vlad Frangu <[email protected]> Co-authored-by: Jiralite <[email protected]>
- Replaced deprecated `@storybook/addon-styling` with `@storybook/addon-themes` - Removed deprecated `@storybook/addon-essentials` and `@storybook/addon-interactions` - Upgraded `chromatic`, although it's seemingly unused anywhere - Upgraded `@types/node` to match the ones in the guide and website Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* fix(builders): handle 0 as valid attachment ID Fixes #11314 The AttachmentBuilder.getRawFile() method was using a falsy check that treated 0 as invalid. Changed to use the 'in' operator to properly check for the existence of the id property. * Update packages/builders/__tests__/messages/fileBody.test.ts Co-authored-by: Jiralite <[email protected]> * Apply suggestion from @almeidx * fix: lint --------- Co-authored-by: Jiralite <[email protected]> Co-authored-by: Almeida <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
feat: allow empty allowed mentions Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
) Co-authored-by: Jiralite <[email protected]>
* feat: use native node typescript * fix: use basename * Update packages/create-discord-bot/template/Bun/TypeScript/tsconfig.json Co-authored-by: Copilot <[email protected]> * Change module and moduleResolution to ESNext and Bundler --------- Co-authored-by: Copilot <[email protected]>
* feat: upload README.md files * ci: build actions * fix: build action * chore: force rename
b5ab7e0
into
javascript-indonesias:master
2 of 3 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
apps:guide
apps:website
packages:api-extractor
packages:api-extractor-model
packages:brokers
packages:builders
packages:collection
packages:core
packages:create-discord-bot
packages:discord.js
packages:docgen
packages:formatters
packages:next
packages:proxy
packages:proxy-container
packages:rest
packages:structures
packages:ui
packages:util
packages:voice
packages:ws
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please describe the changes this PR makes and why it should be merged:
Status and versioning classification: