mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
Update LoggedMessageManager.ts
This commit is contained in:
parent
b885de8b9b
commit
9e9ebacd55
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ async function cleanMessages(loggedMessages: LoggedMessages, _Native: any = Nati
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasChanged)
|
if (hasChanged)
|
||||||
await _Native.writeLogs(Settings.plugins.MLEnhanced.logsDir, JSON.stringify(cleaned));
|
await _Native.writeLogs(Settings.plugins.MessageLoggerEnhanced.logsDir, JSON.stringify(cleaned));
|
||||||
|
|
||||||
return cleaned;
|
return cleaned;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue