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')