This commit is contained in:
Skylar Grant 2024-06-21 19:15:22 -04:00
parent 388bc4d021
commit 13553d7e5a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -396,7 +396,7 @@ const functions = {
clouds.push(`${cloudLayer.cover} @ ${cloudLayer.base}`);
});
const embed = new Discord.MessageEmbed()
.setAuthor({ name: `${metarData.icaoId} METAR`, iconURL: "https://aviationweather.gov/img/icons/awc-logo-180.png"})
.setAuthor({ name: `${metarData.name} [${metarData.icaoId}] METAR`, iconURL: "https://aviationweather.gov/img/icons/awc-logo-180.png"})
.setDescription(metarData.rawOb)
.setFooter({ text: "METAR by AviationWeather.gov" })
.addFields(