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
I noticed that in this commit the toString() implementation for the Emoji class has changed, in order to use the provided formatting functions by the formatters package
This also means that this function will never return anything other than <:_:emoji_id> or <a:_:emoji_id>. The way I understand it, the name can actually be missing under certain circumstances, but it's available 99% of the time so I don't see why it shouldn't be included in the string representation by default.
I originally wanted to just make a PR for this but I'm not quite sure what this is supposed to look like so I figured I should probably open an issue about it first.
Which package is this bug report for?
formatters
Issue description
I noticed that in this commit the
toString()
implementation for the Emoji class has changed, in order to use the provided formatting functions by theformatters
packageThis also means that this function will never return anything other than
<:_:emoji_id>
or<a:_:emoji_id>
. The way I understand it, the name can actually be missing under certain circumstances, but it's available 99% of the time so I don't see why it shouldn't be included in the string representation by default.I originally wanted to just make a PR for this but I'm not quite sure what this is supposed to look like so I figured I should probably open an issue about it first.
Code sample
Versions
Issue priority
Medium (should be fixed soon)
Which partials do you have configured?
Channel
Which gateway intents are you subscribing to?
Guilds, GuildMembers, GuildEmojisAndStickers, GuildMessages, GuildMessageReactions, DirectMessages, MessageContent
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: