mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-02 23:59:50 -04:00
Rename ExportService.Export to ExportChatLog for consistency
This commit is contained in:
parent
52684c264f
commit
ba27a9f909
4 changed files with 4 additions and 4 deletions
|
@ -260,7 +260,7 @@ namespace DiscordChatExporter.Gui.ViewModels
|
|||
var chatLog = await _chatLogService.GetChatLogAsync(token, guild, channel, from, to, progressHandler);
|
||||
|
||||
// Export
|
||||
_exportService.Export(chatLog, filePath, format);
|
||||
_exportService.ExportChatLog(chatLog, filePath, format);
|
||||
|
||||
// Open
|
||||
Process.Start(filePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue