diff --git a/funcs.js b/funcs.js index ca40ce0..9e1fa49 100644 --- a/funcs.js +++ b/funcs.js @@ -121,7 +121,7 @@ const generateDiscordEmbeds = (forecastData, numOfDays) => { ], 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);