#Message reaction type

1 messages · Page 1 of 1 (latest)

alpine kiln
#
  const countryMessage = await countryChannel.send(`Select your country flag:`);
  for (const country of countryList) {
    await countryMessage.react(country.code);
  }

where can I check the value I pass to .react is correct? so far I can't pass 'ABC' but 'AB' works

I can't do this either

    await countryMessage.react(':flag_gb:'); '```

DiscordAPIError[10014]: Unknown Emoji
#

ah flag gb worked