Deimoss
Deimoss
DIAdiscord.js - Imagine an app
Created by Deimoss on 8/17/2022 in #djs-questions
Weird emoji behaviour
I have an embed that uses external emojis, they show up correctly, the message also has a button component, when i click the button, i update that interaction, but only the components, like this, because i dont want to edit the embed:
i.update({ components: ... })
i.update({ components: ... })
The problem is that the emojis turn from showing up properly to :emoji_name: after updating, how would i fix this? discord.js version 14.2.0
3 replies