Setting emojis in a select menu
What exactly do I put in
setEmoji? Every time I try and run the bot, it crashes with Using
"thumbups"{ name: "thumbups"}"<:thumbups:>"interaction.client.emojis.cache.get("thumbsup")
setEmoji{
code: "BUTTON_COMPONENT_INVALID_EMOJI",
message: "Invalid emoji",
}"thumbups"{ name: "thumbups"} "<:thumbups:>"interaction.client.emojis.cache.get("thumbsup")select.addOptions(
new StringSelectMenuOptionBuilder()
.setLabel(`${result.label}`)
.setDescription('test')
.setEmoji(/* What do I put here? */)
.setDescription('x')
.setValue(result.label)
);