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