use setEmoji to set no emoji/ remove an emoji from a button
I normally use setEmoji({name: undefined}) when I want to not have an emoji on a button, generally for dynamic button creation. But this stopped working, and started throwing an error
unsure of why this stopped working, I also tried
I've looked on the docs and searched here and people are suggestion different variations of what I listed above, but it none of them seem to work anymore.
Did this option change or get removed?
.setEmoji({name: undefined}) *this is what I have previously used up to nowunsure of why this stopped working, I also tried
.setEmoji().setEmoji(null).setEmoji({})I've looked on the docs and searched here and people are suggestion different variations of what I listed above, but it none of them seem to work anymore.
Did this option change or get removed?