From fd6cc6f3b94077de4b98289c105cbaed107f3547 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 29 Mar 2019 00:29:13 +0000 Subject: [PATCH] Fix --- commands/events/doomsday-clock.js | 3 --- 1 file changed, 3 deletions(-) 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)'));