discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Emoji Rendering on Message Application Commands (User App)

Open Neodevils opened this issue 4 months ago • 3 comments

Description

Emoji is not being rendered as expected. It should display the emoji, but it does not when the command is from User App.

Steps to Reproduce

  1. Message
  2. Apps

Expected Behavior

Emoji displayed as normal.

Current Behavior

Emoji is not rendered, it just shows :emoji_name:.

Screenshots/Videos

User -> Apps

image

Message -> Apps

image

Client and System Information

stable 282068 (6e25b1c) Host 0.0.299 arm64 macOS 14 (23.4.0)

Neodevils avatar Apr 09 '24 16:04 Neodevils

This is as designed at the moment. For user apps emoji usage is determined by the user who ran the command. This was intentional. We're re-evaluating if this is the path we're going to stick with moving forward or change it to match the behavior of guild apps.

sklein12 avatar Apr 09 '24 19:04 sklein12

This is as designed at the moment. For user apps emoji usage is determined by the user who ran the command. This was intentional. We're re-evaluating if this is the path we're going to stick with moving forward or change it to match the behavior of guild apps.

But the thing is; User -> Apps' emoji works perfectly fine by User App command. But when it is Message -> Apps' emoji by User App, it is not rendering.

It is not a feedback, it was actually a bug:

UserApplicationCommand is working perfectly fine for guild && user MessageApplicationCommand is working perfectly fine for guild, but not for user when it comes to emoji.

Neodevils avatar Apr 09 '24 22:04 Neodevils