mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-24 06:54:44 +00:00
Change order of parameters in ExportService.Export
This commit is contained in:
@@ -42,7 +42,7 @@ namespace DiscordChatExporter.Cli.Verbs
|
||||
}
|
||||
|
||||
// Export
|
||||
exportService.Export(Options.ExportFormat, filePath, chatLog);
|
||||
exportService.Export(chatLog, filePath, Options.ExportFormat);
|
||||
|
||||
// Print result
|
||||
Console.WriteLine($"Exported chat to [{filePath}]");
|
||||
|
||||
Reference in New Issue
Block a user