Skip to content
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

chore: Miscellaneous fixes #9271

Merged
merged 19 commits into from
Apr 1, 2023
Merged

chore: Miscellaneous fixes #9271

merged 19 commits into from
Apr 1, 2023

Commits on Mar 23, 2023

  1. fix(Message#editable): update editable check in threads locked (#9216)

    * fix(Message#editable): update editable check in threads locked
    
    * fix(Message#editable): add check in archived threads
    
    * fix: check manage threads permission only if thread is locked
    
    * fix: adding a full stop at the end of a sentence
    
    Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com>
    
    ---------
    
    Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com>
    Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
    3 people authored and Jiralite committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4e2a5ce View commit details
    Browse the repository at this point in the history
  2. fix(ThreadManager): Respect cache and force in fetching (#9239)

    * fix(ThreadManager): Respect `cache` and `force` in fetching
    
    * refactor: remove defaults
    
    These are already defaulted down the line.
    
    ---------
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    Jiralite and kodiakhq[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c2dd56b View commit details
    Browse the repository at this point in the history
  3. refactor(FetchThreadsOptions): Remove active (#9241)

    * refactor(FetchThreadsOptions): remove `active`
    
    * docs(FetchThreadsOptions): update description
    
    ---------
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    Jiralite and kodiakhq[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b3431a3 View commit details
    Browse the repository at this point in the history
  4. docs: add more examples (#9252)

    * docs: add more examples
    
    * fix: fix grammar and syntax
    
    Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com>
    
    * chore: fine-tune examples
    
    * chore: replace double quotes with singles
    
    * fix: remove redundant example tag
    
    * fix: fix timeout logging
    
    * Update packages/discord.js/src/structures/GuildMember.js
    
    Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com>
    Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
    Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    5 people committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5d3d436 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3babaaa View commit details
    Browse the repository at this point in the history
  6. docs(FetchArchivedThreadOptions): before respects `archive_timestam…

    …p`, not creation timestamp (#9240)
    
    docs(FetchArchivedThreadOptions): correct `before` description
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    Jiralite and kodiakhq[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    64dba0c View commit details
    Browse the repository at this point in the history
  7. fix(snowflake): snowflakes length (#9144)

    * fix(snowflake): fix snowflakes length
    
    * fix(snowflake): fix length
    DraftProducts authored and Jiralite committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e8b590a View commit details
    Browse the repository at this point in the history
  8. fix(Message): bulkDeletable permissions should be retrieved later f…

    …or DMs (#9146)
    
    * fix(Message): permissions check should be done later
    
    the getter will error if used on a message originating from a DM
    
    * refactor: remove unessercary chaining
    NotSugden authored and Jiralite committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a7ec6a7 View commit details
    Browse the repository at this point in the history
  9. fix: invalid backport

    Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
    Jiralite and vladfrangu authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    de726e6 View commit details
    Browse the repository at this point in the history
  10. docs(Role): fix comparison example

    jaw0r3k authored and Jiralite committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    48190e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb0e4af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5593eb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    134ee1c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. fix(AutocompleteInteraction): Send name_localizations correctly (#9238

    )
    
    fix(AutocompleteInteraction): send locale correctly
    
    Co-authored-by: space <spaceeec@yahoo.com>
    Jiralite and SpaceEEC committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ea1b0eb View commit details
    Browse the repository at this point in the history
  2. fix: resolving string bitfield (#9262)

    fix: resolving bitfield
    
    Co-authored-by: space <spaceeec@yahoo.com>
    2 people authored and Jiralite committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    630d4f3 View commit details
    Browse the repository at this point in the history
  3. fix: Keep symbols in actions manager (#9293)

    fix: keep symbols in actions manager
    Jiralite committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c3e3e64 View commit details
    Browse the repository at this point in the history
  4. fix: add support for new guild feature GUILD_WEB_PAGE_VANITY_URL (#…

    …9219)
    
    Co-authored-by: space <spaceeec@yahoo.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored and Jiralite committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4e0f09d View commit details
    Browse the repository at this point in the history
  5. docs: differ User#send (#9251)

    * docs: differate user#send
    
    * chore: format
    
    * chore: remove some examples
    
    * docs: add GuildMember#send example
    
    ---------
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    2 people authored and Jiralite committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c67c996 View commit details
    Browse the repository at this point in the history
  6. docs: describe private properties (#8879)

    * feat: describe private properties
    
    * Update packages/discord.js/src/structures/GuildMember.js
    
    Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored and Jiralite committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f4ac0cf View commit details
    Browse the repository at this point in the history