update error logging
cutting all kind of prefixes for prompt making
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ export class Ae extends ChatCommand {
|
||||
return;
|
||||
}
|
||||
|
||||
console.error(`${text}
|
||||
logError(`${text}
|
||||
* Stacktrace: ${e.stack}`);
|
||||
|
||||
await oldSendMessage(msg, text).catch(logError);
|
||||
|
||||
Reference in New Issue
Block a user