Skip to content

Commit

Permalink
feat: FollowedChannelData
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jan 16, 2025
1 parent e4bba51 commit b99f47d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guide/additional-info/updating-from-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Make sure you're using the latest LTS version of Node. To check your Node versio

`ApplicationCommand#dmPermission` and `ApplicationCommand#setDMPermission()` have been removed. This was legacy functionality for commands—use contexts instead.

### AnnouncementChannel

`AnnouncementChannel#addFollower()` now returns `FollowedChannelData` instead of a snowflake. This helps to expose the created webhook id in the target channel.

### BaseInteraction

`BaseInteraction#isAnySelectMenu()` has been removed. Use `BaseInteraction#isSelectMenu()` instead, which has been repurposed to accept all select menu component types.
Expand Down Expand Up @@ -153,6 +157,10 @@ Removed `Guild#shard` as WebSocket shards are now handled by @discordjs/ws.

`GuildBanManager#create()` no longer accepts `deleteMessageDays`. This is replaced with `deleteMessageSeconds`.

### GuildChannelManager

`GuildChannelManager#addFollower()` now returns `FollowedChannelData` instead of a snowflake. This helps to expose the created webhook id in the target channel.

### InteractionResponses

#### Ephemeral option removal
Expand Down

0 comments on commit b99f47d

Please sign in to comment.