From 7514473190d3da4f97b1b14d430fdd9631f74758 Mon Sep 17 00:00:00 2001 From: Lily is Silly Date: Wed, 6 Aug 2025 13:14:34 -0400 Subject: [PATCH] Been awhile, huh girl? --- commands/events/apod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/events/apod.js b/commands/events/apod.js index 0c24cf26..a6e7f885 100644 --- a/commands/events/apod.js +++ b/commands/events/apod.js @@ -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] : [] }); } };