From eb6158ac2501a1482f65c45dbbcf9573b714d9a0 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Fri, 12 Sep 2025 23:17:50 -0400 Subject: [PATCH] Add jeopardy failsafe --- structures/JeopardyScrape.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structures/JeopardyScrape.js b/structures/JeopardyScrape.js index d6e7e632..0a4b3f06 100644 --- a/structures/JeopardyScrape.js +++ b/structures/JeopardyScrape.js @@ -89,6 +89,7 @@ module.exports = class JeopardyScrape { } exportData() { + if (!this.clues.length) this.importData(); const buf = Buffer.from(JSON.stringify({ clues: this.clues, gameIDs: this.gameIDs,