From 2ff7a2522a6576979be32e8395a249231816d52f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 20 Jun 2024 17:56:38 -0600 Subject: [PATCH] =?UTF-8?q?Change=20|=20for=20=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);