mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add jeopardy failsafe
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user