From 303b4481b3f53a40b2bcabeba2fbf8543bbf8a86 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 4 Oct 2018 21:21:01 +0000 Subject: [PATCH] Fix --- commands/search/vndb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/vndb.js b/commands/search/vndb.js index b9757e19..d8286d49 100644 --- a/commands/search/vndb.js +++ b/commands/search/vndb.js @@ -52,7 +52,7 @@ module.exports = class VNDBCommand extends Command { async fetchVN(id) { const { text } = await request.get(`https://vndb.org/v${id}`); - const devID = text.match(/Description<\/h2>

(.+)<\/p><\/td>/)[1] .replace(/
/g, '\n')