diff --git a/commands/events/doomsday-clock.js b/commands/events/doomsday-clock.js index 34bcfadd..6047b5b6 100644 --- a/commands/events/doomsday-clock.js +++ b/commands/events/doomsday-clock.js @@ -18,12 +18,9 @@ module.exports = class DoomsdayClockCommand extends Command { const time = text.match(/

(.+)<\/h3>/)[1]; const year = text.match(/

(.+)<\/h5>/)[1]; const description = text.match(/

(.+)<\/p>/)[1]; - const image = text - .match(//)[1];(.+)<\/a>/, '[$2]($1)'));