From a79402e133edb97667eec62de7258c4602206bb0 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:55:05 +0100 Subject: [PATCH] Remove `Interaction#isRepliable()` https://github.com/discordjs/discord.js/pull/7563 --- 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 31c389938..3ecec7a9d 100644 --- a/guide/additional-info/changes-in-v14.md +++ b/guide/additional-info/changes-in-v14.md @@ -404,10 +404,6 @@ const buttonStyle = EnumResolvers.resolveButtonStyle('PRIMARY'); Added `GuildEmojiManager#delete()` and `GuildEmojiManager#edit()` for managing existing guild emojis. -### Interaction - -Added `Interaction#isRepliable()` to check whether a given interaction can be replied to. - ### Unsafe Builders Unsafe builders operate exactly like regular builders except they perform no validation on input. Unsafe builders are named by adding an `Unsafe` prefix to a regular builder.