This commit is contained in:
Vassshhh
2025-06-15 11:35:34 +07:00
parent 91d08366ec
commit e7c1f56f91
3 changed files with 61 additions and 63 deletions

View File

@@ -114,7 +114,6 @@ let parsedObj = JSON.parse(cleanText);
return parsedObj.jawaban;
} catch (e) {
console.error("JSON parsing error:", e); // Log error parsing if it occurs
return msg.text; // Return an empty string if there is an error
}