ยฉ 2026 Hedgehog Software, LLC
https://raw.githubusercontent.com/${GITHUB}/master/images
const moon = { "Waxing Crescent" : `${IMAGE_LINK}/meteo/moon/waxing-crescent.png`, //๐ "First Quarter" : `${IMAGE_LINK}/meteo/moon/first-quarter.png`, //๐ "New" : `${IMAGE_LINK}/meteo/moon/new-moon.png`, //๐ "Waxing Gibbous" : `${IMAGE_LINK}/meteo/moon/waxing-gibbous.png`, //๐ "Full" : `${IMAGE_LINK}/meteo/moon/full-moon.png`, //๐ "Waning Gibbous" : `${IMAGE_LINK}/meteo/moon/waning-gibbous.png`, //๐ "Last Quarter" : `${IMAGE_LINK}/meteo/moon/third-quarter.png`, //๐ "Waning Crescent" : `${IMAGE_LINK}/meteo/moon/waning-crescent.png`, //๐ }; let embed = new EmbedBuilder() .setThumbnail(icon) .setDescription(capitalize(data.weather.description)) .setAuthor({ name: `${city} ยท ${main}`, iconURL: `${moon[Moon.lunarPhase()]}` as string, })