diff --git a/commands/events/apod.js b/commands/events/apod.js index dd076469..89d24534 100644 --- a/commands/events/apod.js +++ b/commands/events/apod.js @@ -27,7 +27,7 @@ module.exports = class ApodCommand extends Command { .setColor(0x2E528E) .setAuthor( 'Astronomy Picture of the Day', - 'https://i.imgur.com/AAYoZrq.jpg', + 'https://i.imgur.com/Wh8jY9c.png', 'https://apod.nasa.gov/apod/astropix.html' ) .setImage(body.media_type === 'image' ? body.url : null)