Skip to content

Commit

Permalink
Remove Interaction#isRepliable()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Apr 22, 2022
1 parent 620e760 commit a79402e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions guide/additional-info/changes-in-v14.md
Expand Up @@ -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.
Expand Down

0 comments on commit a79402e

Please sign in to comment.