Upload case.js
Browse files
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 |
}
|