mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-27 03:33:55 +00:00
@@ -47,7 +47,7 @@ namespace DiscordChatExporter.Cli.ViewModels
|
||||
var mentionables = await _dataService.GetMentionablesAsync(token, guild.Id, messages);
|
||||
|
||||
// Create log
|
||||
var log = new ChatLog(guild, channel, messageGroups, mentionables);
|
||||
var log = new ChatLog(guild, channel, from, to, messageGroups, mentionables);
|
||||
|
||||
// Export
|
||||
_exportService.Export(format, filePath, log);
|
||||
|
||||
Reference in New Issue
Block a user