select.addOptions( new StringSelectMenuOptionBuilder() .setLabel(`${result.label}`) .setDescription('test') .setEmoji(/* What do I put here? */) .setDescription('x') .setValue(result.label) );
select.addOptions( new StringSelectMenuOptionBuilder() .setLabel(`${result.label}`) .setDescription('test') .setEmoji(/* What do I put here? */) .setDescription('x') .setValue(result.label) );
What exactly do I put in
setEmoji
setEmoji
? Every time I try and run the bot, it crashes with