You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APIEmbed.type and EmbedType are both listed as deprecated in the library. However, the Discord API page linked in the deprecation notice and the Discord API page for Message show no deprecation of the embed.type property.
Code sample
message.embeds.filter(embed=>embed.data.type===EmbedType.Image)// will give two deprecation warnings. One for `type` and the other for `EmbedType`
Package version
0.37.50
Runtime
Node.js
Runtime version
v22.12.0
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered:
Issue description
APIEmbed.type
andEmbedType
are both listed as deprecated in the library. However, the Discord API page linked in the deprecation notice and the Discord API page forMessage
show no deprecation of theembed.type
property.Code sample
Package version
0.37.50
Runtime
Node.js
Runtime version
v22.12.0
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered: