mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-26 19:23:48 +00:00
@@ -237,7 +237,7 @@ namespace DiscordChatExporter.Gui.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