mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-20 08:17:12 +00:00
Bump framework version and small cleanup
This commit is contained in:
@@ -33,7 +33,7 @@ namespace DiscordChatExporter.Cli.ViewModels
|
||||
// Generate file path if not set
|
||||
if (filePath.IsBlank())
|
||||
{
|
||||
filePath = $"{guild} - {channel}.{format.GetFileExtension()}"
|
||||
filePath = $"{guild.Name} - {channel.Name}.{format.GetFileExtension()}"
|
||||
.Replace(Path.GetInvalidFileNameChars(), '_');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user