forked from discordjs/discord.js
-
Notifications
You must be signed in to change notification settings - Fork 3
V14.14.x #34
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
Open
ErwanGit
wants to merge
682
commits into
main
Choose a base branch
from
v14.14.X
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+98,232
−40,796
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
ci: quote needed `color`s
* feat: onboarding mode and edit method * feat(guild): add `editOnboarding` * fix: use discord-api-types * types: make arrays readonly Co-authored-by: Jiralite <[email protected]> * fix: bring up to date * docs: id is a snowflake * fix: requested changes * refactor: make most options optional * refactor: provide GuildEmoji or Emoji instance * revert: changes to Util * fix: rebase leftovers * fix: allow passing option id * fix: requested changes --------- Co-authored-by: Jiralite <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
build: bump dependencies Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…iscordjs#9846) * style: prevent 'undefined' debug message on intentional shard closure addresses discordjs#9594 * refactor(WebSocketManager#destroy): improve debug messaging cleaner stacktrace format gracefully closing shards will display an appropriate debug `reason` * style: unresumable debug messaging --------- Co-authored-by: Almeida <[email protected]>
fix: add extension
…9923) fix(Message): remove duplicated word 'of' in description This commit removes the secondary 'of' in the description for the Message structure. This doesn't change anything drastically in terms of the actual code as it's just a JSDoc comment. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
feat(Emoji): add `imageURL()`
docs(formatters): remove markdown The documentation website does not support rendering markdown Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
…js#9786) * fix(Webhook): do not call `client.deleteWebhook` in `delete` Partially reverts discordjs#9777 which caused a regression (discordjs#9785) when using `WebhookClient` * chore: add comment Co-Authored-By: Souji <[email protected]> * fix: move `deleteWebhook` from `Client` to `BaseClient` --------- Co-authored-by: Souji <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat(cleanContent): add missing commands and emojis Co-authored-by: Vlad Frangu <[email protected]> * fix: check for every possible name * fix: use non capturing group --------- Co-authored-by: Vlad Frangu <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat: add guild member * slightly change the description for the guildId and userId parameters in the addMember function * fix description syntax * Update packages/core/src/api/guild.ts Co-authored-by: Jaw0r3k <[email protected]> * add jsdoc for options param * fix formatting * add missed semicolon Co-authored-by: Jaw0r3k <[email protected]> * style: prettier --------- Co-authored-by: Jaw0r3k <[email protected]> Co-authored-by: Jiralite <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* feat(collection): findLast and reverseRight * chore(collection): performance and tests change Co-authored-by: kyra <[email protected]> * remove unnecessary code * Update packages/collection/src/collection.ts Co-authored-by: Aura Román <[email protected]> * Apply suggestions from code review Co-authored-by: Jiralite <[email protected]> --------- Co-authored-by: kyra <[email protected]> Co-authored-by: Jiralite <[email protected]>
…oaded call (discordjs#9918) * Move the getNode/canEnableFFMPEGOptimizations into a lazy loaded call the first time it's actually ever referenced * PR feedback: Make initializeNodes return a map then nullably assign NODES, this removes an extra variable and cleans up the code * chore: lint suggestion Co-authored-by: Aura Román <[email protected]> * Use local map instead of recursive * Run prettier * Fix lint --------- Co-authored-by: Vlad Frangu <[email protected]> Co-authored-by: Aura Román <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
fix: update some links Co-authored-by: Jiralite <[email protected]>
feat(collection): align/add methods with/from Set Methods proposal BREAKING CHANGE: The `intersect` method has been renamed to `intersection` BREAKING CHANGE: The `difference` method has been renamed to `symmetricDifference` BREAKING CHANGE: The `subtract` method has been renamed to `difference`
…9207) BREAKING CHANGE: The `sorted` method has been renamed to `toSorted`
…ty checks (discordjs#10213) Prefer boolean client status comparison before activity checks Co-authored-by: Jacob Morrison <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: DraftMan <[email protected]>
Co-authored-by: DraftMan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: