mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-05 09:13:44 -04:00
Change order of parameters in ExportService.Export
This commit is contained in:
parent
bcad5b4ed1
commit
52684c264f
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue