discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.44k stars 3.97k forks source link

feat: Add ApplicationEmoji to EmojiResolvable and MessageReaction#emoji #10477

Closed Moebits closed 1 month ago

Moebits commented 2 months ago

Please describe the changes this PR makes and why it should be merged:

When using typescript you can't react to a message with an ApplicationEmoji because EmojiResolvable lacks the type.

Edit: I also updated BaseGuildEmojiManager.js and added ApplicationEmoji to the MessageReaction#emoji getter.

Status and versioning classification: