Skip to content

External emojis stopped working in follow up messages #5319

@MattTheCuber

Description

@MattTheCuber

Description

I am fairly certain this a discord problem. If not, please correct me. I ran a simple test sending the same message with an external emoji as a command interaction reply and a follow up to this same interaction. The external emoji worked fine in the reply but not the follow up. This same test was working a couple weeks ago but has recently stopped working. I have gone through discord.js support and they believe their is a bug in the discord API.

  • discord.js@v14.2
  • The emojis are not in the server where I ran the tests (aka they are external emojis)
  • The bot is not in the server where the emojis exist
  • Similar issue

Thanks!

Steps to Reproduce

Here is my code:

await interaction.editReply('<:Sulpher_Skitter_BRONZE:984153989199319041>');
await interaction.followUp('<:Sulpher_Skitter_BRONZE:984153989199319041>');

Expected Behavior

It should send the emoji as both interaction replies and follow up messages are webhooks and rely on the same permissions.

Current Behavior

image

Screenshots/Videos

No response

Client and System Information

discord.js@v14.2
node v18.6.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions