mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05: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…
Reference in a new issue