mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-09 21:02:35 +00:00
Rename ExportService.Export to ExportChatLog for consistency
This commit is contained in:
@@ -15,7 +15,7 @@ namespace DiscordChatExporter.Core.Services
|
||||
_settingsService = settingsService;
|
||||
}
|
||||
|
||||
public void Export(ChatLog chatLog, string filePath, ExportFormat format)
|
||||
public void ExportChatLog(ChatLog chatLog, string filePath, ExportFormat format)
|
||||
{
|
||||
// Create template loader
|
||||
var loader = new TemplateLoader();
|
||||
|
||||
@@ -4,6 +4,6 @@ namespace DiscordChatExporter.Core.Services
|
||||
{
|
||||
public interface IExportService
|
||||
{
|
||||
void Export(ChatLog chatLog, string filePath, ExportFormat format);
|
||||
void ExportChatLog(ChatLog chatLog, string filePath, ExportFormat format);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user