Change from C to F

This commit is contained in:
Raven Scott 2023-08-22 19:45:22 -04:00
parent 9a4a561179
commit dadbb755c4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ module.exports = {
const location = interaction.options.getString('location');
// Check if the image exists
const imageUrl = `https://wttr.in/${encodeURIComponent(location)}.png`;
const imageUrl = `https://wttr.in/${encodeURIComponent(location)}.png?u`;
try {
const response = await fetch(imageUrl);
if (!response.ok) {