Been awhile, huh girl?

This commit is contained in:
Lily is Silly
2025-08-06 13:14:34 -04:00
parent 952ad93dce
commit 7514473190
+1 -1
View File
@@ -30,7 +30,7 @@ module.exports = class ApodCommand extends Command {
**${body.title}**
${body.explanation}
_Image Credits: (${credit})[https://apod.nasa.gov/apod/astropix.html]_
_Image Credits: [${credit}](https://apod.nasa.gov/apod/astropix.html)_
`, { files: body.media_type === 'image' ? [body.url] : [] });
}
};