Garlic-Team / InviteManager

Discord.js invite manager with db (mysql/sqlite/mongodb etc)
MIT License
36 stars 14 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord.js (source) ^12.5.3 -> ^13.0.0 age adoption passing confidence

Release Notes

discordjs/discord.js ### [`v13.6.0`](https://togithub.com/discordjs/discord.js/releases/13.6.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.5.1...13.6.0) #### Documentation - **interaction:** Add locale list link ([#​7261](https://togithub.com/discordjs/discord.js/issues/7261)) ([1f4e633](https://togithub.com/discordjs/discord.js/commit/1f4e633ce3bd0a2398e49d3a9f6eb5ddd5e09ab9)) #### Features - Add Locales to Interactions ([#​7131](https://togithub.com/discordjs/discord.js/issues/7131)) ([233084a](https://togithub.com/discordjs/discord.js/commit/233084a6018e77b7f9d94446683eef38790ed277)) ### [`v13.5.1`](https://togithub.com/discordjs/discord.js/releases/13.5.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.5.0...13.5.1) #### Bug Fixes - **sweepers:** Provide default for object param ([#​7182](https://togithub.com/discordjs/discord.js/issues/7182)) ([2dabd82](https://togithub.com/discordjs/discord.js/commit/2dabd82e26134b5050f694f3a9f6524cd3d0c75c)) #### Documentation - **Sweepers:** Fix typo ([#​7165](https://togithub.com/discordjs/discord.js/issues/7165)) ([780b7ed](https://togithub.com/discordjs/discord.js/commit/780b7ed39f173a77fd9eae396133980826926906)) ### [`v13.5.0`](https://togithub.com/discordjs/discord.js/releases/13.5.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.4.0...13.5.0) #### Bug Fixes - **GuildMemberManager:** Nick endpoint ([#​7151](https://togithub.com/discordjs/discord.js/issues/7151)) ([d0c3961](https://togithub.com/discordjs/discord.js/commit/d0c3961aef41f17773fb14d06213df3fcb7fc8d2)) - **Permissions:** ToArray shouldn't check admin ([#​7144](https://togithub.com/discordjs/discord.js/issues/7144)) ([fc4292e](https://togithub.com/discordjs/discord.js/commit/fc4292e2e9ad381eb0ed07ef5e80a4251a5c4e9d)) - Remove deprecation warning on `Message#cleanContent` ([#​7143](https://togithub.com/discordjs/discord.js/issues/7143)) ([7e5f16b](https://togithub.com/discordjs/discord.js/commit/7e5f16b6b3060820446a325f4eb06dd60faee5a9)) #### Features - **GuildMember:** Add method to check timeout ([#​7146](https://togithub.com/discordjs/discord.js/issues/7146)) ([baacd6b](https://togithub.com/discordjs/discord.js/commit/baacd6ba6979f11e1af38804df15468c29ec09e3)) - **ClientOptions:** WaitGuildTimeout amount client option ([#​6576](https://togithub.com/discordjs/discord.js/issues/6576)) ([2bfc638](https://togithub.com/discordjs/discord.js/commit/2bfc638a5cd0e4c0b2e69971d30828b51ab3c563)) #### Refactor - **MessageEmbed:** Deprecate strings for `setAuthor()` (completely) and `setFooter()` ([#​7153](https://togithub.com/discordjs/discord.js/issues/7153)) ([3496516](https://togithub.com/discordjs/discord.js/commit/3496516dc99149705754ed56f3e9dfe711d3926d)) - Import timers, `process`, and `Buffer` from `node:` ([#​7157](https://togithub.com/discordjs/discord.js/issues/7157)) ([3c62bd2](https://togithub.com/discordjs/discord.js/commit/3c62bd2d47dbd52b6b431014be87f584ae3d5309)) ### [`v13.4.0`](https://togithub.com/discordjs/discord.js/releases/13.4.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.3.1...13.4.0) ##### Bug Fixes - **BaseMessageComponent:** don't create new class instances ([#​7140](https://togithub.com/discordjs/discord.js/issues/7140)) ([e6f41b5](https://togithub.com/discordjs/discord.js/commit/e6f41b578a62dba4a4941c342f7b9fd01b2d6254)) - Make the followUp function error more clear ([#​7129](https://togithub.com/discordjs/discord.js/issues/7129)) ([b763dab](https://togithub.com/discordjs/discord.js/commit/b763dabaa941826e635e630526ef227a16d69eec)) - **ActionsManager:** revert to manual requires ([#​7034](https://togithub.com/discordjs/discord.js/issues/7034)) ([0193efa](https://togithub.com/discordjs/discord.js/commit/0193efae714c7c8f5b6a52b27277cb65cae9971e)) - **GuildAuditLog:** Remove `Promise`s in constructor ([#​7089](https://togithub.com/discordjs/discord.js/issues/7089)) ([9cf44d1](https://togithub.com/discordjs/discord.js/commit/9cf44d1c0e2cffdf285c73d151e7d8e0f5dbbb9a)) - **GuildChannel:** default to `this.rawPosition` in `clone()` ([#​7057](https://togithub.com/discordjs/discord.js/issues/7057)) ([5fcda73](https://togithub.com/discordjs/discord.js/commit/5fcda73d9f383bb27f8b9f141921b6f0b7e25b4d)) - **InteractionCollector:** handle thread (and parent) deletion ([#​7070](https://togithub.com/discordjs/discord.js/issues/7070)) ([b5cd288](https://togithub.com/discordjs/discord.js/commit/b5cd2884b6277ac48c6d0663cf4916b249cda15b)) - **MessageManager:** Allow a string for `edit()` ([#​7033](https://togithub.com/discordjs/discord.js/issues/7033)) ([54f937d](https://togithub.com/discordjs/discord.js/commit/54f937d82c4159d85e348dfb63b28f9f0c554805)) - **MessageManager:** do not use `client.emojis` ([#​7039](https://togithub.com/discordjs/discord.js/issues/7039)) ([fd63139](https://togithub.com/discordjs/discord.js/commit/fd63139b41a7e97ecd633c36162c0e591df972bc)) - **MessagePayload:** prevent spread of `undefined` ([#​7029](https://togithub.com/discordjs/discord.js/issues/7029)) ([fabd343](https://togithub.com/discordjs/discord.js/commit/fabd34381ce14a399204b0bf8fd1dde4bcb8628e)) - **MessageReaction:** Cache myself when `MessageReaction#me` is `true`. ([#​6956](https://togithub.com/discordjs/discord.js/issues/6956)) ([b001e19](https://togithub.com/discordjs/discord.js/commit/b001e194f117ca8cfc9bcc9eb62dd7aab07988f7)) - **ReactionCollector:** check for channel.threads ([#​7069](https://togithub.com/discordjs/discord.js/issues/7069)) ([3846f0d](https://togithub.com/discordjs/discord.js/commit/3846f0d97cf3ef81c578c0544e00dae3d1a5d994)) - **ShardingManager:** fix respawnAll not passing delay correctly ([#​7084](https://togithub.com/discordjs/discord.js/issues/7084)) ([de61fe4](https://togithub.com/discordjs/discord.js/commit/de61fe485476102c106eb455d0c5e1f36fbf07df)) - **StickerPack:** Nullify `bannerId` ([#​7119](https://togithub.com/discordjs/discord.js/issues/7119)) ([6bb03f2](https://togithub.com/discordjs/discord.js/commit/6bb03f2c3450261e6c5330a9abede1bb1d33e84d)) - avoid sending bot auth on token endpoints ([#​7022](https://togithub.com/discordjs/discord.js/issues/7022)) ([7efeff4](https://togithub.com/discordjs/discord.js/commit/7efeff461fd542fcd50a5615320be680a2e72026)) - Interaction channel type should be `GuildTextBasedChannels` when in guild ([#​6998](https://togithub.com/discordjs/discord.js/issues/6998)) ([da86bd4](https://togithub.com/discordjs/discord.js/commit/da86bd4fa309bbf47e3b39d6669bf746cecf94da)) - webhook typeguards should use string comparisons ([#​7127](https://togithub.com/discordjs/discord.js/issues/7127)) ([645b3f8](https://togithub.com/discordjs/discord.js/commit/645b3f84f47f966e4c314bf6a9fcb216a503e6f8)) - **Message:** remove usage of `.deleted` ([#​7109](https://togithub.com/discordjs/discord.js/issues/7109)) ([a0fe0ac](https://togithub.com/discordjs/discord.js/commit/a0fe0acbf1c0134d88d9fc519506cf33116288cc)) - **Sharding:** properly handle errors in fetchClientValues ([#​6990](https://togithub.com/discordjs/discord.js/issues/6990)) ([c0ba2d4](https://togithub.com/discordjs/discord.js/commit/c0ba2d46d0796c95598673f77f04b180280afb57)) - **StoreChannel:** mark as deprecated ([#​7072](https://togithub.com/discordjs/discord.js/issues/7072)) ([5ec542d](https://togithub.com/discordjs/discord.js/commit/5ec542d61fc47e6f150d96f5f4578ae2901d1cc7)) - **Util:** fix sorting for GuildChannels ([#​7002](https://togithub.com/discordjs/discord.js/issues/7002)) ([c07207f](https://togithub.com/discordjs/discord.js/commit/c07207f219268010ace0dc6c35b518e990b2865b)) - **VoiceState:** set streaming to false when the stream ended ([#​6992](https://togithub.com/discordjs/discord.js/issues/6992)) ([fdb09cb](https://togithub.com/discordjs/discord.js/commit/fdb09cbe03d45f72fe3413fde0debf5a79c69824)) ##### Features - add support for GuildScheduledEvent ([#​6493](https://togithub.com/discordjs/discord.js/issues/6493)) ([1316fd4](https://togithub.com/discordjs/discord.js/commit/1316fd4c6ad47729f566d3dd088bb3c144f4bf8e)) - **GuildMember:** Add timeouts ([#​7104](https://togithub.com/discordjs/discord.js/issues/7104)) ([aa7c1b2](https://togithub.com/discordjs/discord.js/commit/aa7c1b2081eb77659afd65c2f917afbcab3a162f)) - add `UserContextMenuInteraction` and `MessageContextMenuInteraction` ([#​7003](https://togithub.com/discordjs/discord.js/issues/7003)) ([4fe063f](https://togithub.com/discordjs/discord.js/commit/4fe063f0d00562b5987447a6b2b5900b64faec96)) - add API error code 20029 ([#​7078](https://togithub.com/discordjs/discord.js/issues/7078)) ([f410536](https://togithub.com/discordjs/discord.js/commit/f410536c515ed3cf5ca9b528a302dd68a0ea22f8)) - Add API error code 50055 ([#​7068](https://togithub.com/discordjs/discord.js/issues/7068)) ([f028aea](https://togithub.com/discordjs/discord.js/commit/f028aea33317b845ace2c2079ed9e8dbd4aad09c)) - Add API error code 50109 ([#​7112](https://togithub.com/discordjs/discord.js/issues/7112)) ([55960cc](https://togithub.com/discordjs/discord.js/commit/55960cc77827dfd4b95b91ad1259bedd69f092ea)) - export Sweepers ([#​7117](https://togithub.com/discordjs/discord.js/issues/7117)) ([b9b60a3](https://togithub.com/discordjs/discord.js/commit/b9b60a37b33aed2f85ef1e6cb6ae54481e946b92)) - **ApplicationCommand:** add setX methods for easier editing ([#​7063](https://togithub.com/discordjs/discord.js/issues/7063)) ([7f980e3](https://togithub.com/discordjs/discord.js/commit/7f980e38b6838eaa0537d11e4d0848660c784a0c)) - **ApplicationCommand:** add support for min and max values ([#​6855](https://togithub.com/discordjs/discord.js/issues/6855)) ([c30a818](https://togithub.com/discordjs/discord.js/commit/c30a818ca9cf93b5e6157d8a5caca4576eeb3222)) - **ApplicationFlags:** add message content intent flags ([#​6888](https://togithub.com/discordjs/discord.js/issues/6888)) ([e94073a](https://togithub.com/discordjs/discord.js/commit/e94073a6ab6630d4b1c582b456e8118f5fdaf866)) - **Client:** add global sweepers ([#​6825](https://togithub.com/discordjs/discord.js/issues/6825)) ([d1ef2f5](https://togithub.com/discordjs/discord.js/commit/d1ef2f5e8b02d9a1a9051c08c181a8ac82ec616f)) - **Guild:** add premiumProgressbarEnabled ([#​6887](https://togithub.com/discordjs/discord.js/issues/6887)) ([552d89f](https://togithub.com/discordjs/discord.js/commit/552d89fd4e536745bb51ade13cf500e94b871b9f)) - **MessageAttachment:** description (alt text) support ([#​6871](https://togithub.com/discordjs/discord.js/issues/6871)) ([5e0a7d5](https://togithub.com/discordjs/discord.js/commit/5e0a7d51fce3b67ba5a0e573fdc00a83693ad008)) - **Shard:** add eval context ([#​7011](https://togithub.com/discordjs/discord.js/issues/7011)) ([77aff08](https://togithub.com/discordjs/discord.js/commit/77aff08345cd2b76ca350ba8086717623f028534)) - **SnowflakeUtil:** add `timestampFrom` ([#​7058](https://togithub.com/discordjs/discord.js/issues/7058)) ([8b200c0](https://togithub.com/discordjs/discord.js/commit/8b200c0fee0cadf65244b1a84ccb6f244b9bfc7e)) - **SystemChannelFlags:** add new flag ([#​6870](https://togithub.com/discordjs/discord.js/issues/6870)) ([49e3ce2](https://togithub.com/discordjs/discord.js/commit/49e3ce21339e19912ba853f00bc2d68ab117f29f)) - **ThreadChannel:** add `ThreadChannel#viewable` ([#​6975](https://togithub.com/discordjs/discord.js/issues/6975)) ([db09d79](https://togithub.com/discordjs/discord.js/commit/db09d7942333dffad4fba875567758550d65bfef)) - **ThreadManager:** add slowmode option on thread creation ([#​6989](https://togithub.com/discordjs/discord.js/issues/6989)) ([493e4f9](https://togithub.com/discordjs/discord.js/commit/493e4f9350a53f005416ce3d1552d3e776e42854)) - add new activity flags ([#​6699](https://togithub.com/discordjs/discord.js/issues/6699)) ([47d74eb](https://togithub.com/discordjs/discord.js/commit/47d74ebf810fbf07cf79fde193a77171be24e74b)) ### [`v13.3.1`](https://togithub.com/discordjs/discord.js/releases/13.3.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.3.0...13.3.1) ##### Bug Fixes - assert channel types in message actions ([#​6919](https://togithub.com/discordjs/discord.js/issues/6919)) ([9bd3689](https://togithub.com/discordjs/discord.js/commit/9bd3689fb1273956533a2d110cfc72407c58b832)) - **MessageEmbed:** only compare image urls in #equals ([#​6926](https://togithub.com/discordjs/discord.js/issues/6926)) ([95d2a4d](https://togithub.com/discordjs/discord.js/commit/95d2a4d35ef30d83a2e9ca82b88c978f35c5e1e0)) - correctly access guild IDs inside managers ([#​6927](https://togithub.com/discordjs/discord.js/issues/6927)) ([2d9ffb8](https://togithub.com/discordjs/discord.js/commit/2d9ffb8c5b1aa4f510b3448ea0eb1400ad6b85b9)) ### [`v13.3.0`](https://togithub.com/discordjs/discord.js/releases/13.3.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.2.0...13.3.0) ##### Bug Fixes - Handle message bulk delete and thread delete in collectors ([#​6902](https://togithub.com/discordjs/discord.js/issues/6902)) ([d6685b1](https://togithub.com/discordjs/discord.js/commit/d6685b1c5097377b8228b32ff05f1e5553051417)) - **AllowedImageSizes:** add new image sizes ([#​6844](https://togithub.com/discordjs/discord.js/issues/6844)) ([ef01b84](https://togithub.com/discordjs/discord.js/commit/ef01b84fa8c8933a496528da8eeeb346cbf41ea4)) - **ApplicationCommandManager:** update guild command cache on c/u/d ([#​6841](https://togithub.com/discordjs/discord.js/issues/6841)) ([f169c8f](https://togithub.com/discordjs/discord.js/commit/f169c8fe460ef2be6f38d6ee73c55d8b4182e3b7)) - **Guild:** guild.available is never set on new joins ([#​6769](https://togithub.com/discordjs/discord.js/issues/6769)) ([29667c9](https://togithub.com/discordjs/discord.js/commit/29667c96e52a9f0b1e499fa6c21d9fe80e06bb37)) - **GuildBanManager:** send reason in the headers instead of json body ([#​6800](https://togithub.com/discordjs/discord.js/issues/6800)) ([bfb89de](https://togithub.com/discordjs/discord.js/commit/bfb89de864fd5dc4cbb654f6259f802ee21c9a0e)) - **GuildMember:** more explicit partial check ([#​6760](https://togithub.com/discordjs/discord.js/issues/6760)) ([b1656bf](https://togithub.com/discordjs/discord.js/commit/b1656bfb4f72819512fc75d5c052d2982f0b9683)) - **MessageComponentInteraction:** component getter is not null anymore ([#​6835](https://togithub.com/discordjs/discord.js/issues/6835)) ([7621e9d](https://togithub.com/discordjs/discord.js/commit/7621e9da4c9c5f501131d64aaa1a3a16c3b985db)) - **TextBasedChannel:** return the cached message instead of clone it ([#​6877](https://togithub.com/discordjs/discord.js/issues/6877)) ([ceaf738](https://togithub.com/discordjs/discord.js/commit/ceaf738d2efc4b482c8a1fc5b486df99b1d0f037)) - `PartialGuildMember#id` is not null ([#​6840](https://togithub.com/discordjs/discord.js/issues/6840)) ([4dff279](https://togithub.com/discordjs/discord.js/commit/4dff279a6f88612db9283851fba8850a2d6c65fe)) - **MessageReaction:** Prevent event double fire from uncached messages ([#​6818](https://togithub.com/discordjs/discord.js/issues/6818)) ([267a4b3](https://togithub.com/discordjs/discord.js/commit/267a4b3f68fa81629a083ebf04f7e49b5579ae86)) - **Role:** check for presence of icon and unicode_emoji before patching ([#​6780](https://togithub.com/discordjs/discord.js/issues/6780)) ([e31c5ca](https://togithub.com/discordjs/discord.js/commit/e31c5ca1a88a32e425f9e28abbdfd66d4309c5c6)) - **Types:** export more types ([#​6808](https://togithub.com/discordjs/discord.js/issues/6808)) ([b474677](https://togithub.com/discordjs/discord.js/commit/b47467755cb5d1dd779d79ad86eb678bb13541e9)) - **User:** don't generate the banner URL when not cached ([#​6783](https://togithub.com/discordjs/discord.js/issues/6783)) ([0d599a1](https://togithub.com/discordjs/discord.js/commit/0d599a1a7680fc4a35b5f44ba0c3b9aeccccbfaf)) - **Webhook:** Resolve source guild only if cached ([#​6834](https://togithub.com/discordjs/discord.js/issues/6834)) ([d193d04](https://togithub.com/discordjs/discord.js/commit/d193d04cea862e2db84ac40226cfdbdb39be46d5)) ##### Features - **ThreadMemberManager:** allow individual members to be fetched ([#​6889](https://togithub.com/discordjs/discord.js/issues/6889)) ([14716df](https://togithub.com/discordjs/discord.js/commit/14716df6b62b35f3a09243ba12242db9dc798aa7)) - add support for autocomplete interactions ([#​6672](https://togithub.com/discordjs/discord.js/issues/6672)) ([ddf759c](https://togithub.com/discordjs/discord.js/commit/ddf759c8117e7a00702d444f5b5f0c2257189b09)) - **MessageEmbed:** add #equals ([#​6885](https://togithub.com/discordjs/discord.js/issues/6885)) ([fae4abf](https://togithub.com/discordjs/discord.js/commit/fae4abf2f7071425639e8d1ea1a8598403fa2a07)) - **StartThreadOptions:** default autoArchiveDuration to channel's defaultAutoArchiveDuration ([#​6278](https://togithub.com/discordjs/discord.js/issues/6278)) ([740d3f0](https://togithub.com/discordjs/discord.js/commit/740d3f006ef637709e3026f90fe72f93b8397229)) - Add `rtcRegion` to `GuildManager#create()` ([#​6858](https://togithub.com/discordjs/discord.js/issues/6858)) ([399e720](https://togithub.com/discordjs/discord.js/commit/399e720b92c11539f4d16a13e1b8190f136da6cc)) - add typeguards to webhooks ([#​6850](https://togithub.com/discordjs/discord.js/issues/6850)) ([e0afcad](https://togithub.com/discordjs/discord.js/commit/e0afcadda4bf70497b327cd3b3372688ba03422a)) - **Client:** add apiResponse and apiRequest events ([#​6739](https://togithub.com/discordjs/discord.js/issues/6739)) ([26f927b](https://togithub.com/discordjs/discord.js/commit/26f927b9fe338f2f3dc413f46122532608a5a080)) - **CommandInteraction:** add toString method ([#​6793](https://togithub.com/discordjs/discord.js/issues/6793)) ([bd48e6d](https://togithub.com/discordjs/discord.js/commit/bd48e6df844fd535949937c3603629413d422526)) - **GuildChannelManager:** add 'rtcRegion' option to 'create' method ([#​6849](https://togithub.com/discordjs/discord.js/issues/6849)) ([487d32d](https://togithub.com/discordjs/discord.js/commit/487d32d303c340b1609b0fe6b829a5f4fe001ef0)) - **Interaction:** add `isApplicationCommand` check ([#​6801](https://togithub.com/discordjs/discord.js/issues/6801)) ([6898fa3](https://togithub.com/discordjs/discord.js/commit/6898fa3b37bf5248c85417f145dc377b4c0ebc82)) - **ModuleImporter:** implement import module compatible with bundlers ([#​6709](https://togithub.com/discordjs/discord.js/issues/6709)) ([d399a28](https://togithub.com/discordjs/discord.js/commit/d399a28323fbcdc8c3e94f10b97f47e0dfc61f7a)) - **Permissions:** add checkAdmin to permission overwrite checks ([#​6847](https://togithub.com/discordjs/discord.js/issues/6847)) ([7513b45](https://togithub.com/discordjs/discord.js/commit/7513b4528ca1b6cf03b8af147feb73ea42a4f8e6)) ### [`v13.2.0`](https://togithub.com/discordjs/discord.js/releases/13.2.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.1.0...13.2.0) ##### Bug Fixes - \***RoleManager:** Create set of role ids correctly ([#​6674](https://togithub.com/discordjs/discord.js/issues/6674)) ([f8aa4bd](https://togithub.com/discordjs/discord.js/commit/f8aa4bd4705ee3bf7892670b944516d01146580f)) - **AllowedImageSizes:** add new image sizes ([#​6754](https://togithub.com/discordjs/discord.js/issues/6754)) ([d0025be](https://togithub.com/discordjs/discord.js/commit/d0025beb7b1ee6611f4315be91b38788c428f1c1)) - **BaseClient:** Remove selfbot ability ([#​6429](https://togithub.com/discordjs/discord.js/issues/6429)) ([9a833b1](https://togithub.com/discordjs/discord.js/commit/9a833b1e0eb638c60c4abbb9255ed64a170e4679)) - **CachedManager:** return updated data when cache is false ([#​6685](https://togithub.com/discordjs/discord.js/issues/6685)) ([8426770](https://togithub.com/discordjs/discord.js/commit/84267708659e3e9bb2f8eb3b08d8923f235e8953)) - **Constants:** allow undefined size ([#​6686](https://togithub.com/discordjs/discord.js/issues/6686)) ([d3da833](https://togithub.com/discordjs/discord.js/commit/d3da83368def207585bce9ea95564d79b5097a55)) - **GuildChannel:** Fix manageable method for voice-channels ([#​6447](https://togithub.com/discordjs/discord.js/issues/6447)) ([9301c9b](https://togithub.com/discordjs/discord.js/commit/9301c9b42085e860f49a322879b21b923e23a4d7)) - **GuildEmoji:** Cache restricted roles and author data ([#​6675](https://togithub.com/discordjs/discord.js/issues/6675)) ([60b8ba6](https://togithub.com/discordjs/discord.js/commit/60b8ba6b865ba02428d7926998af72cdaa17ea5d)) - **GuildManager:** add missing types and converts ([#​6683](https://togithub.com/discordjs/discord.js/issues/6683)) ([cdf65f7](https://togithub.com/discordjs/discord.js/commit/cdf65f74e1e9d22d405617521d1e6711493ca120)) - **Invite:** #guild never resolving into a Guild ([#​6742](https://togithub.com/discordjs/discord.js/issues/6742)) ([b76bb8a](https://togithub.com/discordjs/discord.js/commit/b76bb8a409c63aef9279acf5c1f60e846131f755)) - **Message:** avoid overwriting properties in \_patch ([#​6738](https://togithub.com/discordjs/discord.js/issues/6738)) ([a8c21cd](https://togithub.com/discordjs/discord.js/commit/a8c21cd754d634b4d40047f85264528681a61b41)) - **Message:** fix typo ([#​6435](https://togithub.com/discordjs/discord.js/issues/6435)) ([ecb6e50](https://togithub.com/discordjs/discord.js/commit/ecb6e50b46e627e3217107d662dd19c64527976d)) - **Message:** pinnable returning false in non-DEFAULT messages ([#​6585](https://togithub.com/discordjs/discord.js/issues/6585)) ([3183b11](https://togithub.com/discordjs/discord.js/commit/3183b1166a8c96f8864f7307710f88193217a773)) - **Message:** throw error on missing channel ([#​6581](https://togithub.com/discordjs/discord.js/issues/6581)) ([60aa9ae](https://togithub.com/discordjs/discord.js/commit/60aa9ae478597caf66d5891ff6ca4d7b4336bcba)) - **MessageAttachment:** re-assign name ([#​6518](https://togithub.com/discordjs/discord.js/issues/6518)) ([8a8c69a](https://togithub.com/discordjs/discord.js/commit/8a8c69a2575b9afc18fdb46a03424e7029499d17)) - **ReactionCollector:** only call the filter function once ([#​6734](https://togithub.com/discordjs/discord.js/issues/6734)) ([d15dd5f](https://togithub.com/discordjs/discord.js/commit/d15dd5f07dab00e8a31f0a37b1e60ea4017871d0)) - **Role:** toJSON() throwing due to permission bigints ([#​6724](https://togithub.com/discordjs/discord.js/issues/6724)) ([9e421f6](https://togithub.com/discordjs/discord.js/commit/9e421f6ccf09230769740e069590fb8937f766b9)) - **Shard:** eval promise never resolves ([#​6649](https://togithub.com/discordjs/discord.js/issues/6649)) ([5070d23](https://togithub.com/discordjs/discord.js/commit/5070d23914c13814a98cf8ea560853a82b226f94)) - **Shard:** use provided timeout when respawning ([#​6735](https://togithub.com/discordjs/discord.js/issues/6735)) ([905d100](https://togithub.com/discordjs/discord.js/commit/905d100d4def974223a128c6276d4a5833c04955)) - **Sticker:** Rename method correctly to \_add ([#​6421](https://togithub.com/discordjs/discord.js/issues/6421)) ([2c449b6](https://togithub.com/discordjs/discord.js/commit/2c449b6b48f5cbc88e666afa852055b873994ca5)) - **ThreadChannel:** fetchStarterMessage bug ([#​6584](https://togithub.com/discordjs/discord.js/issues/6584)) ([08edc0b](https://togithub.com/discordjs/discord.js/commit/08edc0b1db52992b2a2f8f6012a6001fb4336f38)) - **threadMembersUpdate:** fixed typo ([#​6589](https://togithub.com/discordjs/discord.js/issues/6589)) ([8826e9f](https://togithub.com/discordjs/discord.js/commit/8826e9ffbcc8990dbebe3ccdf6e65241ab4c863c)) - **User:** compare flags in #equals ([#​6750](https://togithub.com/discordjs/discord.js/issues/6750)) ([00e1e26](https://togithub.com/discordjs/discord.js/commit/00e1e2673b86e0041f2bebab7b3ced5722f450bb)) - **UserUpdateAction:** rely on client.user when ids match ([#​6511](https://togithub.com/discordjs/discord.js/issues/6511)) ([1418649](https://togithub.com/discordjs/discord.js/commit/141864917ac920a081df6f6b34c13ba83e660bbf)) - **Util:** allow empty strings in splitMessage ([#​6437](https://togithub.com/discordjs/discord.js/issues/6437)) ([d6e6244](https://togithub.com/discordjs/discord.js/commit/d6e6244336ccdcdac9a06ab453debe76b13c9bde)) - **Util:** default `animated` to false when omitted on resolvePartialEmoji ([#​6725](https://togithub.com/discordjs/discord.js/issues/6725)) ([8d80fec](https://togithub.com/discordjs/discord.js/commit/8d80fec86d39fc640fd746cc03e6270cd574c0cf)) - **VoiceState:** Patch streaming value ([#​6747](https://togithub.com/discordjs/discord.js/issues/6747)) ([7eec061](https://togithub.com/discordjs/discord.js/commit/7eec06145a141d167afc7814f3cfd9e06eb292e6)) - allow null to be passed in order to reset icon/avatar ([#​6646](https://togithub.com/discordjs/discord.js/issues/6646)) ([6033506](https://togithub.com/discordjs/discord.js/commit/603350645d0fe9d96b763d169215d15b3f4f71b1)) - await message component collectors should return component interactions not collectors ([#​6562](https://togithub.com/discordjs/discord.js/issues/6562)) ([f49f70a](https://togithub.com/discordjs/discord.js/commit/f49f70a4ebacf657f22d73043e3a504710821249)) - don't patch set data with undefined ([#​6694](https://togithub.com/discordjs/discord.js/issues/6694)) ([9eb9591](https://togithub.com/discordjs/discord.js/commit/9eb9591473902a7608aed9c1927690c4445a6fb9)) - **xxxable:** follow more properly with discord behavior ([#​6551](https://togithub.com/discordjs/discord.js/issues/6551)) ([5d87398](https://togithub.com/discordjs/discord.js/commit/5d87398f9fc57915d5447842b4788f0c80642de0)) ##### Features - add support for role icons ([#​6633](https://togithub.com/discordjs/discord.js/issues/6633)) ([7129965](https://togithub.com/discordjs/discord.js/commit/7129965423e9fb333ca93cecba54b588073873fd)) - **ApplicationCommand:** add #equals ([#​6414](https://togithub.com/discordjs/discord.js/issues/6414)) ([581921f](https://togithub.com/discordjs/discord.js/commit/581921f8b7152a009cb3bd0496627665b7e3442b)) - **ApplicationCommand:** add support for channel_types ([#​6640](https://togithub.com/discordjs/discord.js/issues/6640)) ([3b14883](https://togithub.com/discordjs/discord.js/commit/3b14883e349c23a15aec225bb133ce49ed440817)) - **ApplicationCommand:** add version property ([#​6603](https://togithub.com/discordjs/discord.js/issues/6603)) ([f866512](https://togithub.com/discordjs/discord.js/commit/f866512e8435e03012222298af09addefb605451)) - **BaseGuildTextChannel:** export `BaseGuildTextChannel` ([#​6527](https://togithub.com/discordjs/discord.js/issues/6527)) ([fc51f61](https://togithub.com/discordjs/discord.js/commit/fc51f61f0cdc66087e918165646aee4be74e6e56)) - **CategoryChannel:** add createChannel shortcut method ([#​6614](https://togithub.com/discordjs/discord.js/issues/6614)) ([3eacf7a](https://togithub.com/discordjs/discord.js/commit/3eacf7a58785db0639aa38ac4fd455f3b318d4f5)) - **Guild:** Add `Guild#maximumBitrate` getter. ([#​6455](https://togithub.com/discordjs/discord.js/issues/6455)) ([21983de](https://togithub.com/discordjs/discord.js/commit/21983de3e00b6ae72bb8a41359209f77025a7808)) - **Integration:** add missing props and fix docs/types ([#​6623](https://togithub.com/discordjs/discord.js/issues/6623)) ([caa3b60](https://togithub.com/discordjs/discord.js/commit/caa3b60c30a8ab13d195e084331889aed820a389)) - **Interaction:** add memberPermissions ([#​6741](https://togithub.com/discordjs/discord.js/issues/6741)) ([28d96e3](https://togithub.com/discordjs/discord.js/commit/28d96e344bb4b4d9dfb7c9b41a04c95c1eecbd25)) - Allow webhooks to fetch, edit and delete messages in threads ([#​6695](https://togithub.com/discordjs/discord.js/issues/6695)) ([107822d](https://togithub.com/discordjs/discord.js/commit/107822d28d9de04f6c14fea74647c46fe2fd1016)) - **GuildMember:** add guild avatars ([#​5696](https://togithub.com/discordjs/discord.js/issues/5696)) ([dfd7b40](https://togithub.com/discordjs/discord.js/commit/dfd7b403a932b2e779b0b1619ebd701a86f70d00)) - **InteractionReponses:** allow fetching of ephemeral messages ([#​6426](https://togithub.com/discordjs/discord.js/issues/6426)) ([d289d5c](https://togithub.com/discordjs/discord.js/commit/d289d5ccb7153df4656f071c69f41efe74754362)) - **Message:** Add method to resolve a component by id ([#​6484](https://togithub.com/discordjs/discord.js/issues/6484)) ([57b94b9](https://togithub.com/discordjs/discord.js/commit/57b94b9adf0d7444f494190fc2c8a29d44f1c5eb)) - **Message:** prevent fetching an interaction webhook. ([#​6468](https://togithub.com/discordjs/discord.js/issues/6468)) ([f39b597](https://togithub.com/discordjs/discord.js/commit/f39b597e3120701287e86acdb247b4815f693c91)) - **MessageAttachment:** add support for ephemeral property ([#​6652](https://togithub.com/discordjs/discord.js/issues/6652)) ([c5db0ff](https://togithub.com/discordjs/discord.js/commit/c5db0ff60600875534b8bd04666ec99770497870)) - **MessageAttachment:** allow files to be marked as spoilers ([#​6509](https://togithub.com/discordjs/discord.js/issues/6509)) ([96e26c4](https://togithub.com/discordjs/discord.js/commit/96e26c428d7745b14908d56a96b635226471d699)) - **MessageTypes:** add CONTEXT_MENU_COMMAND (23) ([#​6425](https://togithub.com/discordjs/discord.js/issues/6425)) ([d81590d](https://togithub.com/discordjs/discord.js/commit/d81590d566f7252832acfa97976343f551405848)) - **PartialGroupDMChannel:** Add recipients & fix name ([#​6713](https://togithub.com/discordjs/discord.js/issues/6713)) ([2803db6](https://togithub.com/discordjs/discord.js/commit/2803db683defe73a8b24a9f3c98d7f90d9605e5c)) - **Permissions:** add `START_EMBEDDED_ACTIVITIES` ([#​6622](https://togithub.com/discordjs/discord.js/issues/6622)) ([66a90d3](https://togithub.com/discordjs/discord.js/commit/66a90d3f8903c7dbe17851f7120a06f0e1f2ee96)) - **Threads:** update permissions and fix getters ([#​6466](https://togithub.com/discordjs/discord.js/issues/6466)) ([10478ad](https://togithub.com/discordjs/discord.js/commit/10478ad14850123625a551b5c26143aa32313ab8)) - **UserManager:** allow #fetch to take UserResolvable ([#​6677](https://togithub.com/discordjs/discord.js/issues/6677)) ([a06a87a](https://togithub.com/discordjs/discord.js/commit/a06a87a7c49db29b108b77db82cf8e6f4346ef19)) - add api error code 160002 ([#​6566](https://togithub.com/discordjs/discord.js/issues/6566)) ([d16ada9](https://togithub.com/discordjs/discord.js/commit/d16ada97087e0324134484c9c0724b52a2839bdf)) - add api error code 30042 ([#​6635](https://togithub.com/discordjs/discord.js/issues/6635)) ([183dbd7](https://togithub.com/discordjs/discord.js/commit/183dbd7e533f17ae3375f42fd95cbaf3ea06bffd)) - add api error code 50101 ([#​6663](https://togithub.com/discordjs/discord.js/issues/6663)) ([42fdcaa](https://togithub.com/discordjs/discord.js/commit/42fdcaa1da65f097ef441beee5062f78ae03dfda)) - add maximum prune requests reached api error ([#​6427](https://togithub.com/discordjs/discord.js/issues/6427)) ([a4b8623](https://togithub.com/discordjs/discord.js/commit/a4b8623b60150b3d9e3d2d54a2ef07e240e3c5c7)) - Add support for API command types in `ApplicationCommandManager` ([#​6621](https://togithub.com/discordjs/discord.js/issues/6621)) ([ecd637f](https://togithub.com/discordjs/discord.js/commit/ecd637f7d6174d4c8e86c8eb8e782eb6a197dd6e)) - default values for setX boolean methods ([#​6619](https://togithub.com/discordjs/discord.js/issues/6619)) ([8add4b0](https://togithub.com/discordjs/discord.js/commit/8add4b08f5e93ff690454b8f9673f2ad4a678841)) - Give removed `MessageReaction`s on `messageReactionRemoveAll` event ([#​6607](https://togithub.com/discordjs/discord.js/issues/6607)) ([be8912a](https://togithub.com/discordjs/discord.js/commit/be8912a4219d1c1aa59a8060707973e567b7b5a3)) - **Rest:** expose https.Agent options ([#​6177](https://togithub.com/discordjs/discord.js/issues/6177)) ([5eb3553](https://togithub.com/discordjs/discord.js/commit/5eb3553fd1d7bcd88f2ddbccb452a470eb853ecb)) - **ThreadChannel:** add fetchStarterMessage ([#​6488](https://togithub.com/discordjs/discord.js/issues/6488)) ([705c5a1](https://togithub.com/discordjs/discord.js/commit/705c5a1c17bc3ba31f03f7bd6831e4c50dcbddd0)) - **Threads:** add support for invitable in private threads ([#​6501](https://togithub.com/discordjs/discord.js/issues/6501)) ([a693254](https://togithub.com/discordjs/discord.js/commit/a6932546e2ed919bf130a919a597b4f31ef35307)) - **User:** banners and accent colors ([#​6117](https://togithub.com/discordjs/discord.js/issues/6117)) ([839c6da](https://togithub.com/discordjs/discord.js/commit/839c6da03d0cc24b9023d807ba53c81704b9cb72)) - export BaseCommandInteraction ([#​6478](https://togithub.com/discordjs/discord.js/issues/6478)) ([c14e594](https://togithub.com/discordjs/discord.js/commit/c14e594d8a905d5559aa1f6ce013d245552295fd)) - export ContextMenuInteraction ([#​6434](https://togithub.com/discordjs/discord.js/issues/6434)) ([170c0c4](https://togithub.com/discordjs/discord.js/commit/170c0c4985595f77555c07747e72ae381d98a4d4)) - set methods for MessageActionRow and MessageSelectMenu ([#​6490](https://togithub.com/discordjs/discord.js/issues/6490)) ([fb50dd9](https://togithub.com/discordjs/discord.js/commit/fb50dd984178b21375928431fb106f3ba5ed91ee)) ##### Performance Improvements - use logical assignments instead of if statements ([#​6693](https://togithub.com/discordjs/discord.js/issues/6693)) ([e9daa31](https://togithub.com/discordjs/discord.js/commit/e9daa31eaf73c90daee667fb89542bd0e5e763ad)) ### [`v13.1.0`](https://togithub.com/discordjs/discord.js/releases/13.1.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.0.1...13.1.0) ##### Bug Fixes - **Constants:** fix CDN endpoint typings ([#​6332](https://togithub.com/discordjs/discord.js/issues/6332)) ([47d2ef3](https://togithub.com/discordjs/discord.js/commit/47d2ef3e40165d846b5a901709b26dfffea46ef2)) - **ContextMenuInteraction:** store message as raw value ([#​6400](https://togithub.com/discordjs/discord.js/issues/6400)) ([d9456a1](https://togithub.com/discordjs/discord.js/commit/d9456a1a76e66bc2bfffa4a4b1dd228132056e9f)) - **Guild:** `preferredLocale` to always be a string ([#​6402](https://togithub.com/discordjs/discord.js/issues/6402)) ([4a64662](https://togithub.com/discordjs/discord.js/commit/4a64662a7d5526817ad52fa3d2206dc11f38cb29)) - **GuildMemberRoleManager:** typo ([#​6335](https://togithub.com/discordjs/discord.js/issues/6335)) ([d87299b](https://togithub.com/discordjs/discord.js/commit/d87299ba2036ee19da22b5c8abfae3f9d355ea1e)) - **Managers:** fix typo in unsupported warning ([#​6338](https://togithub.com/discordjs/discord.js/issues/6338)) ([917e71a](https://togithub.com/discordjs/discord.js/commit/917e71a9ee7d8bd76d8dbea40b40a4fb28276f60)) - **StageInstance:** Ensure `discoverableDisabled` is not `undefined` ([#​6395](https://togithub.com/discordjs/discord.js/issues/6395)) ([dce8fc7](https://togithub.com/discordjs/discord.js/commit/dce8fc7b9d4603de26b1118058322aaa96ea699a)) - **Util:** remove truthy check before isNaN check ([#​6358](https://togithub.com/discordjs/discord.js/issues/6358)) ([3c17939](https://togithub.com/discordjs/discord.js/commit/3c17939fd53a1f139d95bd36dfdab85b46538a73)) - **WidgetMember:** Default to `null` and not `undefined` ([#​6399](https://togithub.com/discordjs/discord.js/issues/6399)) ([44bbfa5](https://togithub.com/discordjs/discord.js/commit/44bbfa5c46a4bb35777aec8681f18590dec9aea4)) ##### Features - **CommandInteractionResolvedData:** access to "raw" resolved data ([#​6384](https://togithub.com/discordjs/discord.js/issues/6384)) ([fff887b](https://togithub.com/discordjs/discord.js/commit/fff887b2f43d19164dbf2878b00abead90a0703f)) - **GuildManager:** allow setting with_counts to false ([#​6407](https://togithub.com/discordjs/discord.js/issues/6407)) ([14aea12](https://togithub.com/discordjs/discord.js/commit/14aea1290061c225feb9d9f5378508d937e34a69)) - **GuildMemberManager:** add 'list' method ([#​6403](https://togithub.com/discordjs/discord.js/issues/6403)) ([2bf0970](https://togithub.com/discordjs/discord.js/commit/2bf09703c13afe7481071ae1b064dbc3513468e1)) - **Utils:** add additional formatters ([#​6388](https://togithub.com/discordjs/discord.js/issues/6388)) ([cd40292](https://togithub.com/discordjs/discord.js/commit/cd4029218fc8b67c395b3cd49a121b1bfa38f021)) - **ContextMenus:** right-clickybois (context menu support for ApplicationCommand and CommandInteraction) ([#​6176](https://togithub.com/discordjs/discord.js/issues/6176)) ([0266f28](https://togithub.com/discordjs/discord.js/commit/0266f280960729b27bf65ba0ee7b7bd8659f304d)) - **Threads:** max autoArchiveDuration option ([#​6304](https://togithub.com/discordjs/discord.js/issues/6304)) ([394d486](https://togithub.com/discordjs/discord.js/commit/394d48649fe4faef8c6b30d5c04962588f86261e)) ### [`v13.0.1`](https://togithub.com/discordjs/discord.js/releases/13.0.1) [Compare Source](https://togithub.com/discordjs/discord.js/compare/13.0.0...13.0.1) ##### Bug Fixes - **GuildMemberManager:** refactor fetchMany ([#​6328](https://togithub.com/discordjs/discord.js/issues/6328)) ([909c873](https://togithub.com/discordjs/discord.js/commit/909c87353e24eb7947d1cabc78d9c0ee97c3902d)) - **Message:** handle fetched messages ([#​6325](https://togithub.com/discordjs/discord.js/issues/6325)) ([ceae596](https://togithub.com/discordjs/discord.js/commit/ceae5960edefc63be5f16a52e286e390c14e0d29)) ### [`v13.0.0`](https://togithub.com/discordjs/discord.js/releases/13.0.0) [Compare Source](https://togithub.com/discordjs/discord.js/compare/12.5.3...13.0.0) Changelog: For breaking changes please reference:

Configuration

šŸ“… Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

bucket-bot[bot] commented 2 years ago

I'm locking the conversation so as not to create unnecessary controversy. Use /unlock to unlock