-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description
I have noticed an inconsistency in how emojis are rendered in Voice Channel statuses. While standard Server Emojis work perfectly, Application Emojis (uploaded via the Developer Portal for a specific app/bot) do not render visually when used in a voice channel status.
Instead of displaying the image, the client only shows the text representation (e.g., :emoji_name:), even though the correct Markdown/ID was used.
Observed Behavior:
The Application Emoji is not parsed into an image. It is displayed as raw text (e.g., :app_emoji_name:).
Expected Behavior:
The Application Emoji should render visually as an image, similar to how standard Server Emojis behave in the same context.
Additional Context:
I have verified that I am using the correct emoji Markdown/ID from the Developer Portal.
Standard Server Emojis work without issue in the exact same field; the issue is specific to Application Emojis.
Steps to Reproduce
-
Upload a custom emoji to an Application via the Discord Developer Portal
-
Attempt to set a Voice Channel status using this Application Emoji
-
Observe the rendered status in the Discord client
Expected Behavior
The Application Emoji should render visually as an image, similar to how standard Server Emojis behave in the same context
Current Behavior
When setting a voice channel status using an Application Emoji, the emoji fails to render visually. Instead of displaying the image, it only shows the raw text format (e.g., :emoji_name:), despite using the correct markdown from the Developer Portal.
Screenshots/Videos
Working correctly (With a standard guild emoji):

(
)
Failing (With an application/bot emoji):
Note: I correctly copied the markdown from the Developer Portal.


Client and System Information
Client and System Information:
- OS: Windows 11 64-bit (10.0.26200), Android 12
- Discord Desktop: Stable 501669 (aa30804) Host 1.0.9225 x64 (75673)
- Other Clients tested: Mobile App (Android), Web App
- Library/Wrapper: discord.py