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
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue