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