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,