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] : [] }); } };