From 96fe47c5575d5e56d60761412b7dc055e92541a8 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:34:30 +0000 Subject: [PATCH] refactor: Remove guild scheduled event image This was backported (not new for version 14). https://github.com/discordjs/discord.js/pull/7613 & https://github.com/discordjs/discord.js/pull/7549 --- guide/additional-info/changes-in-v14.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guide/additional-info/changes-in-v14.md b/guide/additional-info/changes-in-v14.md index f34184068..ad58ac052 100644 --- a/guide/additional-info/changes-in-v14.md +++ b/guide/additional-info/changes-in-v14.md @@ -360,10 +360,6 @@ const buttonStyle = EnumResolvers.resolveButtonStyle('PRIMARY'); Added `#delete` and `#edit` methods for managing existing guild emojis. -### GuildScheduledEvent - -Added `#coverImage` and `coverImageURL` for getting cover image data for a guild scheduled event. - ### Interaction Added `#isRepliable` to check whether a given interaction can be replied to.