#Can someone help me to handle the 3 chases right
2 messages · Page 1 of 1 (latest)
const responsePlayerName = await axios.get(getPlayerName, config);
if (responsePlayerName.data.status === 404) {
await interaction.reply({
embeds: [getInvalidTagEmbed()],
ephemeral: true,
});
return;
}