mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 14:07:07 +00:00
Change order of parameters in ExportService.Export
This commit is contained in:
@@ -260,7 +260,7 @@ namespace DiscordChatExporter.Gui.ViewModels
|
||||
var chatLog = await _chatLogService.GetChatLogAsync(token, guild, channel, from, to, progressHandler);
|
||||
|
||||
// Export
|
||||
_exportService.Export(format, filePath, chatLog);
|
||||
_exportService.Export(chatLog, filePath, format);
|
||||
|
||||
// Open
|
||||
Process.Start(filePath);
|
||||
|
||||
Reference in New Issue
Block a user