mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-11 05:42:06 +00:00
Replace the date format option with a locale option (#1130)
This commit is contained in:
@@ -59,7 +59,9 @@ public static class ExportWrapper
|
||||
Token = Secrets.DiscordToken,
|
||||
ChannelIds = new[] { channelId },
|
||||
ExportFormat = format,
|
||||
OutputPath = filePath
|
||||
OutputPath = filePath,
|
||||
Locale = "en-US",
|
||||
IsUtcNormalizationEnabled = true
|
||||
}.ExecuteAsync(console);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user