KagChi / noteblock

A open-source music bot based on lavalink.
GNU General Public License v3.0
115 stars 111 forks source link

fix(deps): update dependency discord.js to v13.17.1 #118

Open renovate[bot] opened 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord.js (source) 13.10.3 -> 13.17.1 age adoption passing confidence

Release Notes

discordjs/discord.js (discord.js) ### [`v13.17.1`](https://togithub.com/discordjs/discord.js/releases/tag/13.17.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.17.0...13.17.1) #### Bug Fixes - **ClientPresence:** Correctly set activity state on CUSTOM activity type ([#​9954](https://togithub.com/discordjs/discord.js/issues/9954)) ([f475336](https://togithub.com/discordjs/discord.js/commit/f475336b3eb9967a411433b9f2dfcdeb99a7359d)) ### [13.17.0](https://togithub.com/discordjs/discord.js/compare/13.16.0...13.17.0) - (2023-11-12) ### [`v13.17.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.17.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.16.0...13.17.0) #### Bug Fixes - Export `AttachmentFlags` and `RoleFlags` ([#​9924](https://togithub.com/discordjs/discord.js/issues/9924)) ([efc1536](https://togithub.com/discordjs/discord.js/commit/efc153612136f7af884f3ed7342a80590e5a36dc)) - **Action:** Conditionally add recipient ([#​9925](https://togithub.com/discordjs/discord.js/issues/9925)) ([3d5d957](https://togithub.com/discordjs/discord.js/commit/3d5d95775b8a018a8e716e389cc4f7c0671c6361)) - **Action:** Do not set undefined values ([#​9755](https://togithub.com/discordjs/discord.js/issues/9755)) ([65bbed8](https://togithub.com/discordjs/discord.js/commit/65bbed8a0f294d869076f5ad7af6cadf0b2f20a4)) - **types:** Fixed CachedManager constructor arguments in type ([#​9761](https://togithub.com/discordjs/discord.js/issues/9761)) ([142db0e](https://togithub.com/discordjs/discord.js/commit/142db0ed8cfc2c82cc87913d3d3d04fca9a05242)) - **readme:** Test badge svg ([#​9919](https://togithub.com/discordjs/discord.js/issues/9919)) ([610bdaa](https://togithub.com/discordjs/discord.js/commit/610bdaa0f19727386f2360a1299979c25dac0314)) - **Role:** Calculate position correctly when rawPositions are equal ([#​9872](https://togithub.com/discordjs/discord.js/issues/9872)) ([56b481b](https://togithub.com/discordjs/discord.js/commit/56b481b3e07335ecd9309aa3d592ba5ef3651f02)) - **ChannelUpdate:** Check against unknown channels ([#​9698](https://togithub.com/discordjs/discord.js/issues/9698)) ([630b9d5](https://togithub.com/discordjs/discord.js/commit/630b9d51ef36b19ff555685a3aba109d84c0de21)) #### Documentation - Fix `AutoModerationRuleTriggerTypes` link ([#​9530](https://togithub.com/discordjs/discord.js/issues/9530)) ([24ac27d](https://togithub.com/discordjs/discord.js/commit/24ac27df4d9daf7fa69fe49d76a5a5cccc4d43e6)) #### Features - **Client:** Add guildAvailable event ([#​9692](https://togithub.com/discordjs/discord.js/issues/9692)) ([67dd30a](https://togithub.com/discordjs/discord.js/commit/67dd30a28a5ea83cf2aa81fe0d87f441ed74a17a)) - **Attachment:** Add flags ([#​9686](https://togithub.com/discordjs/discord.js/issues/9686)) ([2ac8be0](https://togithub.com/discordjs/discord.js/commit/2ac8be09a163d89bd546954739aa1a98a5e333e3)) - **Role:** Add flags ([#​9694](https://togithub.com/discordjs/discord.js/issues/9694)) ([a222e53](https://togithub.com/discordjs/discord.js/commit/a222e537c10e7a93facb642d492d8c9d31d5e78d)) - **StageInstanceManager:** Add `guildScheduledEvent` to `create()` ([#​9024](https://togithub.com/discordjs/discord.js/issues/9024)) ([5f6a82d](https://togithub.com/discordjs/discord.js/commit/5f6a82d349ad362d41bc63f0400c580d37872a68)) - Support `default_thread_rate_limit_per_user` in channel creation ([#​9339](https://togithub.com/discordjs/discord.js/issues/9339)) ([759c0b0](https://togithub.com/discordjs/discord.js/commit/759c0b0d46ce67f4208cdf22214d2272860f27b9)) - User avatar decorations ([#​9710](https://togithub.com/discordjs/discord.js/issues/9710)) ([cb11c56](https://togithub.com/discordjs/discord.js/commit/cb11c56a0b93c802b024cc9c8d95250ddf1a5246)) - Support new username system ([#​9634](https://togithub.com/discordjs/discord.js/issues/9634)) ([f9e9843](https://togithub.com/discordjs/discord.js/commit/f9e9843a9218903bf2ba40e2f17634d799298929)) - **presence:** Feature parity in image resolve ([#​9638](https://togithub.com/discordjs/discord.js/issues/9638)) ([85338ef](https://togithub.com/discordjs/discord.js/commit/85338ef07375249e50d0c9ef6a50a2a1ea343c02)) - Safety alerts channel and mention raid protection ([#​9073](https://togithub.com/discordjs/discord.js/issues/9073)) ([5057f04](https://togithub.com/discordjs/discord.js/commit/5057f04304eddce7b421c959c0ee98671658b2e9)) - **GuildAuditLogsEntry:** Add missing channel property to extra ([#​9527](https://togithub.com/discordjs/discord.js/issues/9527)) ([c5a42ed](https://togithub.com/discordjs/discord.js/commit/c5a42ed5ec16b5718392781786f7f9b20b0270d4)) #### Performance - Linear speed position getters ([#​9528](https://togithub.com/discordjs/discord.js/issues/9528)) ([90ca028](https://togithub.com/discordjs/discord.js/commit/90ca02880ab6e029c2ee2b28622a1942cfca3c69)) #### Typings - **BaseButtonComponentData:** Narrow component type ([#​9735](https://togithub.com/discordjs/discord.js/issues/9735)) ([c08230e](https://togithub.com/discordjs/discord.js/commit/c08230edc091a2589470536b622434a33db481e4)) ### [`v13.16.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.16.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.15.1...13.16.0) #### Bug Fixes - **Constants:** Ordering and missing information ([#​9500](https://togithub.com/discordjs/discord.js/issues/9500)) ([53d3477](https://togithub.com/discordjs/discord.js/commit/53d347734fa955e77d5840f49b7f95129ef34967)) - Miscellaneous fixes ([#​9445](https://togithub.com/discordjs/discord.js/issues/9445)) ([21dfac9](https://togithub.com/discordjs/discord.js/commit/21dfac90ac214987992dd358c32a1d34f7b9d315)) #### Features - Update Discord developer documentation links and add new flags ([#​9473](https://togithub.com/discordjs/discord.js/issues/9473)) ([d867936](https://togithub.com/discordjs/discord.js/commit/d867936fcec5e0066574e3f21df6f33b276570da)) - Voice messages ([#​9444](https://togithub.com/discordjs/discord.js/issues/9444)) ([3386bab](https://togithub.com/discordjs/discord.js/commit/3386bab2c0f6bd111b3950bc9207193a92db7302)) - Add `ACTIVE_DEVELOPER` user flag ([#​9428](https://togithub.com/discordjs/discord.js/issues/9428)) ([420f379](https://togithub.com/discordjs/discord.js/commit/420f37993329ef27f841a01e30830767b19ec332)) - **roleTagData:** V13 add guildConnections ([#​9391](https://togithub.com/discordjs/discord.js/issues/9391)) ([7116151](https://togithub.com/discordjs/discord.js/commit/71161518cad333fa38b29db0ce0b4236d3d7d69e)) - V13 `VIEW_CREATOR_MONETIZATION_ANALYTICS` and `USE_SOUNDBOARD` permissions ([#​9124](https://togithub.com/discordjs/discord.js/issues/9124)) ([28a5c7b](https://togithub.com/discordjs/discord.js/commit/28a5c7b125420f4ca7c6699a6a14b8f7b23e9128)) - **StageChannel:** V13 support messages ([#​9145](https://togithub.com/discordjs/discord.js/issues/9145)) ([7cf9224](https://togithub.com/discordjs/discord.js/commit/7cf9224c46aaa2f8e729f98d3a951ebfb07c7010)) - **AutoModeration:** V13 support `customMessage` ([#​9173](https://togithub.com/discordjs/discord.js/issues/9173)) ([add14ac](https://togithub.com/discordjs/discord.js/commit/add14acc20558932da5992449c6a0282af99745e)) ### [`v13.15.1`](https://togithub.com/discordjs/discord.js/releases/tag/13.15.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.15.0...13.15.1) #### Bug Fixes - **Message:** Fix permissions check in locked threads ([#​9338](https://togithub.com/discordjs/discord.js/issues/9338)) ([a8d5325](https://togithub.com/discordjs/discord.js/commit/a8d5325defa781ea9df57f6a109c10f8b9b05f99)) - **ClientUser:** Fix modifying self ([#​9318](https://togithub.com/discordjs/discord.js/issues/9318)) ([09ca243](https://togithub.com/discordjs/discord.js/commit/09ca243c2f5a194a0e2f5e5baeac64a2ef4ce9dc)) - Typo in `src/util/MessageFlags.js` ([#​9312](https://togithub.com/discordjs/discord.js/issues/9312)) ([8f12054](https://togithub.com/discordjs/discord.js/commit/8f12054c06d4b87ea09f10d63341206c4bb23e66)) - **AutocompleteInteraction:** Fix responding ([#​9315](https://togithub.com/discordjs/discord.js/issues/9315)) ([f79a9b5](https://togithub.com/discordjs/discord.js/commit/f79a9b5450b6b868710f7c72fa9410123b46ee05)) ### [`v13.15.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.15.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.14.0...13.15.0) #### Bug Fixes - **ThreadChannel:** Fetch starter message properly ([#​9217](https://togithub.com/discordjs/discord.js/issues/9217)) ([af6a0e5](https://togithub.com/discordjs/discord.js/commit/af6a0e5d5136424e7c70dc9813456b7e85874087)) - **Actions:** Inject built data by using a symbol ([#​9204](https://togithub.com/discordjs/discord.js/issues/9204)) ([df68520](https://togithub.com/discordjs/discord.js/commit/df685203193faeaa392c4cb7cd9e140a241e3af5)) #### Features - Backport `chatInputApplicationCommandMention` ([#​9245](https://togithub.com/discordjs/discord.js/issues/9245)) ([51c3bf1](https://togithub.com/discordjs/discord.js/commit/51c3bf1f54332e166dd1ca554d09cb5c197be0e4)) - Add support for gif stickers (v13) ([#​9158](https://togithub.com/discordjs/discord.js/issues/9158)) ([4bc25c4](https://togithub.com/discordjs/discord.js/commit/4bc25c40f56f79e4aef970d9b689c4329e968382)) - V13 support `SUPPRESS_NOTIFICATIONS` flag ([#​9184](https://togithub.com/discordjs/discord.js/issues/9184)) ([120270e](https://togithub.com/discordjs/discord.js/commit/120270e8dc793f2ff2622d394fcd965ee0656636)) ### [`v13.14.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.14.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.13.1...13.14.0) #### Bug Fixes - **ThreadChannel:** Fetch starter message properly ([#​9217](https://togithub.com/discordjs/discord.js/issues/9217)) ([af6a0e5](https://togithub.com/discordjs/discord.js/commit/af6a0e5d5136424e7c70dc9813456b7e85874087)) - **Actions:** Inject built data by using a symbol ([#​9204](https://togithub.com/discordjs/discord.js/issues/9204)) ([df68520](https://togithub.com/discordjs/discord.js/commit/df685203193faeaa392c4cb7cd9e140a241e3af5)) #### Features - Add support for gif stickers (v13) ([#​9158](https://togithub.com/discordjs/discord.js/issues/9158)) ([4bc25c4](https://togithub.com/discordjs/discord.js/commit/4bc25c40f56f79e4aef970d9b689c4329e968382)) - V13 support `SUPPRESS_NOTIFICATIONS` flag ([#​9184](https://togithub.com/discordjs/discord.js/issues/9184)) ([120270e](https://togithub.com/discordjs/discord.js/commit/120270e8dc793f2ff2622d394fcd965ee0656636)) ### [`v13.13.1`](https://togithub.com/discordjs/discord.js/releases/tag/13.13.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.13.0...13.13.1) #### Bug Fixes - **Constants:** Enum creation error ([#​9155](https://togithub.com/discordjs/discord.js/issues/9155)) ([224f21c](https://togithub.com/discordjs/discord.js/commit/224f21c9c0eb01985dc8f3752186c16cfce5f2a6)) Please just look at [13.13.0](https://togithub.com/discordjs/discord.js/releases/tag/13.13.0). ### [`v13.13.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.13.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.12.0...13.13.0) #### Bug Fixes - Minor forums cleanup ([#​9033](https://togithub.com/discordjs/discord.js/issues/9033)) ([eed293f](https://togithub.com/discordjs/discord.js/commit/eed293f893da2ea00cc81c49b636b98066513c4b)) - **InteractionResponses:** Spell `messages` correctly ([#​9080](https://togithub.com/discordjs/discord.js/issues/9080)) ([123d0f1](https://togithub.com/discordjs/discord.js/commit/123d0f1aca109a703fd52fcff82b47cc02d57edd)) - **ThreadChannel:** `reason` as second parameter ([#​9023](https://togithub.com/discordjs/discord.js/issues/9023)) ([a941cb6](https://togithub.com/discordjs/discord.js/commit/a941cb6ec58d558016ddd19424b45f765b0536ef)) - Import errors correctly ([#​9030](https://togithub.com/discordjs/discord.js/issues/9030)) ([6457519](https://togithub.com/discordjs/discord.js/commit/64575195b511fb3e5353a192d4105326b534bcde)) - **websocketshard:** Backport zombie connection fix ([#​9003](https://togithub.com/discordjs/discord.js/issues/9003)) ([56e6718](https://togithub.com/discordjs/discord.js/commit/56e67185fc346e04e5d1adad8d7bfb932336cf93)) - **Util:** Flatten ignoring certain fields (v13) ([#​8936](https://togithub.com/discordjs/discord.js/issues/8936)) ([4ec3355](https://togithub.com/discordjs/discord.js/commit/4ec3355961b7105a417e8854ae72f4ee302690f9)) - Backport allow deletion of ephemeral messages to v13 ([#​8811](https://togithub.com/discordjs/discord.js/issues/8811)) ([98846cf](https://togithub.com/discordjs/discord.js/commit/98846cf863c76348e730e6944d4b7390148aa258)) - **Activity:** Fix equals() not checking for differing emoji (v13) ([#​8842](https://togithub.com/discordjs/discord.js/issues/8842)) ([eecc50b](https://togithub.com/discordjs/discord.js/commit/eecc50bfda89cd240dd20539234f7fc2e975daa6)) - **escapeMarkdown:** Fix double escaping (v13) ([#​8799](https://togithub.com/discordjs/discord.js/issues/8799)) ([caf6f66](https://togithub.com/discordjs/discord.js/commit/caf6f66073d6681e99dc02af3e0bdd6529366ddb)) - Fixed TS 4.8 compatibility ([#​8601](https://togithub.com/discordjs/discord.js/issues/8601)) ([e6ee7d8](https://togithub.com/discordjs/discord.js/commit/e6ee7d8374ddc157037c258b63225384c154a2e6)) #### Documentation - **ThreadEditOptions:** Move info tag back to `invitable` ([#​9021](https://togithub.com/discordjs/discord.js/issues/9021)) ([cf3c7a7](https://togithub.com/discordjs/discord.js/commit/cf3c7a7c545e692c56f09344d846215fe6692587)) - Add missing `@extends` ([#​9028](https://togithub.com/discordjs/discord.js/issues/9028)) ([1779e1b](https://togithub.com/discordjs/discord.js/commit/1779e1ba7e9bf7aad9a853097a841a36416d8ce6)) - Update UserContextMenu documentation v13 ([#​8721](https://togithub.com/discordjs/discord.js/issues/8721)) ([ea117bf](https://togithub.com/discordjs/discord.js/commit/ea117bfb7e04e1103eaf24208c06979ce8493129)) - Update misleading `Client#guildMemberAvailable` event description (v13) ([#​8627](https://togithub.com/discordjs/discord.js/issues/8627)) ([fcd52d7](https://togithub.com/discordjs/discord.js/commit/fcd52d7fc6b195b50bf6e5eb6e670fbd1ba5fd59)) #### Features - **WebSocketShard:** V13 add resume url ([#​9078](https://togithub.com/discordjs/discord.js/issues/9078)) ([0188e36](https://togithub.com/discordjs/discord.js/commit/0188e362836bd6350a574595dc61d2c8ab3f256a)) - V13 `guildAuditLogEntryCreate` event ([#​9092](https://togithub.com/discordjs/discord.js/issues/9092)) ([84d34dc](https://togithub.com/discordjs/discord.js/commit/84d34dc258ca2a0953f8c2a0212d8459c7c16b84)) - **Constants:** Add auto moderation events to WSEvents ([#​9102](https://togithub.com/discordjs/discord.js/issues/9102)) ([61fa6f4](https://togithub.com/discordjs/discord.js/commit/61fa6f45b43ce5dec79b9cac9398b4e619190542)) - Role subscriptions ([#​9040](https://togithub.com/discordjs/discord.js/issues/9040)) ([0afa405](https://togithub.com/discordjs/discord.js/commit/0afa405f5a967ed5d82cfeffedc84d444c034924)) - **GuildChannelManager:** Add `addFollower` ([#​9050](https://togithub.com/discordjs/discord.js/issues/9050)) ([86329ad](https://togithub.com/discordjs/discord.js/commit/86329ad66fb5055c49893e69bff4c6ba2d412d29)) - **Guild:** Add `INVITES_DISABLED` feature support ([#​9051](https://togithub.com/discordjs/discord.js/issues/9051)) ([69d71e9](https://togithub.com/discordjs/discord.js/commit/69d71e967e12b83dd6d9accfb604cdd81d1aac09)) - **ClientApplication:** Add role connections ([#​9072](https://togithub.com/discordjs/discord.js/issues/9072)) ([a7dc40f](https://togithub.com/discordjs/discord.js/commit/a7dc40f1a8a587b58c590008d11c5543637d6341)) - **Webhook:** Add `channel` getter ([#​9074](https://togithub.com/discordjs/discord.js/issues/9074)) ([32cdaff](https://togithub.com/discordjs/discord.js/commit/32cdaff7eb29cb60a721ee5967875ec64bef0e8a)) - **GuildMember:** Add `flags` ([#​9098](https://togithub.com/discordjs/discord.js/issues/9098)) ([d69529e](https://togithub.com/discordjs/discord.js/commit/d69529e3fe4266d14d5d526b95ad6b57030d5b71)) - `applicationCommandPermissionsUpdate` event ([#​9121](https://togithub.com/discordjs/discord.js/issues/9121)) ([c2968b5](https://togithub.com/discordjs/discord.js/commit/c2968b58f9c6a176ecdae4e2e5c3a95e9421c23b)) - Backport automod ([#​8886](https://togithub.com/discordjs/discord.js/issues/8886)) ([4287983](https://togithub.com/discordjs/discord.js/commit/428798374f4c3c2128b844d476627762dd45edf4)) - **GuildAuditLogs:** Support `after` ([#​9012](https://togithub.com/discordjs/discord.js/issues/9012)) ([f0d4264](https://togithub.com/discordjs/discord.js/commit/f0d42644dfeec1594baac7817bb05b0aef2be6f0)) - Backport guild forum support to v13 ([#​8651](https://togithub.com/discordjs/discord.js/issues/8651)) ([546ac43](https://togithub.com/discordjs/discord.js/commit/546ac439115f4017f01e0c02dee2ff80b789c28b)) - Add `Message#bulkDeletable` (v13) ([#​8761](https://togithub.com/discordjs/discord.js/issues/8761)) ([ca662b4](https://togithub.com/discordjs/discord.js/commit/ca662b4de82d71bf8931e277544465cb3b66062c)) - **InteractionResponses:** Add message parameter (v13) ([#​8838](https://togithub.com/discordjs/discord.js/issues/8838)) ([0e0851a](https://togithub.com/discordjs/discord.js/commit/0e0851aa18d873925a3b41c47665a15fde440939)) - **Util:** Backport `escapeMarkdown` PRs to v13 ([#​8703](https://togithub.com/discordjs/discord.js/issues/8703)) ([8a6588a](https://togithub.com/discordjs/discord.js/commit/8a6588a13203120b0d185732cd7db7ecdb9f00f7)) - **GuildBanManager:** Add `deleteMessageSeconds` ([#​8575](https://togithub.com/discordjs/discord.js/issues/8575)) ([ca68fc3](https://togithub.com/discordjs/discord.js/commit/ca68fc3f6b5dbe8708d065ffea5a89b23d4db757)) #### Refactor - Move `me` and add `fetchMe()` ([#​9029](https://togithub.com/discordjs/discord.js/issues/9029)) ([b01c81d](https://togithub.com/discordjs/discord.js/commit/b01c81dd72b71e6a5241dc10b72793596c7cbebf)) #### Typings - **ThreadEditOptions:** Add `appliedTags` ([#​9022](https://togithub.com/discordjs/discord.js/issues/9022)) ([6854df4](https://togithub.com/discordjs/discord.js/commit/6854df42183ba6fccbff3a0366170557e0152e66)) - **widget:** Add missing `name` ([#​9031](https://togithub.com/discordjs/discord.js/issues/9031)) ([35f6dad](https://togithub.com/discordjs/discord.js/commit/35f6dadebfce9ad60e360b5317267e256571a0ae)) - Swap message reaction and emoji identifier types ([#​8970](https://togithub.com/discordjs/discord.js/issues/8970)) ([6490580](https://togithub.com/discordjs/discord.js/commit/649058055a3159277a19e3173c115a67226f0ee0)) - **GuildChannelManager:** Correct fetch return type (v13) ([#​8551](https://togithub.com/discordjs/discord.js/issues/8551)) ([f4e8133](https://togithub.com/discordjs/discord.js/commit/f4e81330bf35bac0d8317dbb170312422df432fa)) ### [`v13.12.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.12.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.11.0...13.12.0) #### Documentation - Update UserContextMenu documentation v13 ([#​8721](https://togithub.com/discordjs/discord.js/issues/8721)) ([ea117bf](https://togithub.com/discordjs/discord.js/commit/ea117bfb7e04e1103eaf24208c06979ce8493129)) #### Features - **Util:** Backport `escapeMarkdown` PRs to v13 ([#​8703](https://togithub.com/discordjs/discord.js/issues/8703)) ([8a6588a](https://togithub.com/discordjs/discord.js/commit/8a6588a13203120b0d185732cd7db7ecdb9f00f7)) ### [`v13.11.0`](https://togithub.com/discordjs/discord.js/releases/tag/13.11.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.10.3...13.11.0) #### Bug Fixes - Fixed TS 4.8 compatibility ([#​8601](https://togithub.com/discordjs/discord.js/issues/8601)) ([e6ee7d8](https://togithub.com/discordjs/discord.js/commit/e6ee7d8374ddc157037c258b63225384c154a2e6)) #### Documentation - Update misleading `Client#guildMemberAvailable` event description (v13) ([#​8627](https://togithub.com/discordjs/discord.js/issues/8627)) ([fcd52d7](https://togithub.com/discordjs/discord.js/commit/fcd52d7fc6b195b50bf6e5eb6e670fbd1ba5fd59)) #### Features - **GuildBanManager:** Add `deleteMessageSeconds` ([#​8575](https://togithub.com/discordjs/discord.js/issues/8575)) ([ca68fc3](https://togithub.com/discordjs/discord.js/commit/ca68fc3f6b5dbe8708d065ffea5a89b23d4db757)) #### Typings - **GuildChannelManager:** Correct fetch return type (v13) ([#​8551](https://togithub.com/discordjs/discord.js/issues/8551)) ([f4e8133](https://togithub.com/discordjs/discord.js/commit/f4e81330bf35bac0d8317dbb170312422df432fa))

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.