Add KCQX
This commit is contained in:
parent
388bc4d021
commit
13553d7e5a
File diff suppressed because one or more lines are too long
@ -396,7 +396,7 @@ const functions = {
|
|||||||
clouds.push(`${cloudLayer.cover} @ ${cloudLayer.base}`);
|
clouds.push(`${cloudLayer.cover} @ ${cloudLayer.base}`);
|
||||||
});
|
});
|
||||||
const embed = new Discord.MessageEmbed()
|
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)
|
.setDescription(metarData.rawOb)
|
||||||
.setFooter({ text: "METAR by AviationWeather.gov" })
|
.setFooter({ text: "METAR by AviationWeather.gov" })
|
||||||
.addFields(
|
.addFields(
|
||||||
|
Loading…
Reference in New Issue
Block a user