API-XX commited on
Commit
9bff45f
·
verified ·
1 Parent(s): b7d28ae

Upload case.js

Browse files
Files changed (1) hide show
  1. case.js +0 -1
case.js CHANGED
@@ -910,7 +910,6 @@ async function SPAMNOCLICK(isTarget) {
910
  }
911
  }
912
  const chatMemoryFile = './database/chat_memory.json';
913
- const fs = require('fs');
914
  if (!fs.existsSync(chatMemoryFile)) {
915
  fs.writeFileSync(chatMemoryFile, JSON.stringify({}), 'utf8');
916
  }
 
910
  }
911
  }
912
  const chatMemoryFile = './database/chat_memory.json';
 
913
  if (!fs.existsSync(chatMemoryFile)) {
914
  fs.writeFileSync(chatMemoryFile, JSON.stringify({}), 'utf8');
915
  }