forked from ChrisChrome/weather-bot
Change | for ·
This commit is contained in:
parent
d8b6d04edf
commit
2ff7a2522a
2
funcs.js
2
funcs.js
|
@ -121,7 +121,7 @@ const generateDiscordEmbeds = (forecastData, numOfDays) => {
|
||||||
|
|
||||||
],
|
],
|
||||||
footer: {
|
footer: {
|
||||||
text: `Data provided by the National Weather Service | Elevation ${forecastData.properties.elevation.value}m`
|
text: `Data provided by the National Weather Service · Elevation ${forecastData.properties.elevation.value}m`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
embeds.push(embed);
|
embeds.push(embed);
|
||||||
|
|
Loading…
Reference in a new issue