Remove message group limit setting

This commit is contained in:
Alexey Golub
2019-03-07 21:14:11 +02:00
parent 9b78472e05
commit 33f71c1612
9 changed files with 3 additions and 31 deletions

View File

@@ -23,8 +23,5 @@ namespace DiscordChatExporter.Cli.Verbs.Options
[Option("dateformat", Default = null, HelpText = "Date format used in output.")]
public string DateFormat { get; set; }
[Option("grouplimit", Default = 0, HelpText = "Message group limit.")]
public int MessageGroupLimit { get; set; }
}
}