From db96889feab98f891f9c8b4b434a57e68ae54cea Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 7 Jul 2018 03:45:50 +0000 Subject: [PATCH] should be current time --- commands/events/doomsday-clock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/events/doomsday-clock.js b/commands/events/doomsday-clock.js index ac8a414f..2853bb0c 100644 --- a/commands/events/doomsday-clock.js +++ b/commands/events/doomsday-clock.js @@ -23,7 +23,7 @@ module.exports = class DoomsdayClockCommand extends Command { .setTitle(`${year}: ${time}`) .setColor(0x000000) .setThumbnail(image) - .setURL('https://thebulletin.org/doomsday-clock/past-announcements/') + .setURL('https://thebulletin.org/doomsday-clock/current-time/') .setAuthor('Bulletin of the Atomic Scientists', undefined, 'https://thebulletin.org/') .setDescription(description.replace(/(.+)<\/a>/, '[$2]($1)')); return msg.embed(embed);