v3.3.0-metars #14

Merged
voidf1sh merged 16 commits from v3.3.0-metars into main 2024-09-24 01:04:49 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 13553d7e5a - Show all commits

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(