mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-12 09:53:04 +00:00
Rename ExportService.Export to ExportChatLog for consistency
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(chatLog, filePath, format);
|
||||
_exportService.ExportChatLog(chatLog, filePath, format);
|
||||
|
||||
// Open
|
||||
Process.Start(filePath);
|
||||
|
||||
Reference in New Issue
Block a user