update error logging

cutting all kind of prefixes for prompt making
This commit is contained in:
2026-01-28 16:40:29 +03:00
parent 9a76d36568
commit 63c64dfa8e
19 changed files with 107 additions and 100 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class Ae extends ChatCommand {
return;
}
console.error(`${text}
logError(`${text}
* Stacktrace: ${e.stack}`);
await oldSendMessage(msg, text).catch(logError);