mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-07-26 23:29:49 +02:00
Fix grammar
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract class DiscordCommandBase : ICommand
|
||||
[CommandOption(
|
||||
"respect-rate-limits",
|
||||
Description = "Whether to respect advisory rate limits. "
|
||||
+ "If disabled, only hard rate limits (i.e. 429 responses) will be respected."
|
||||
+ "If disabled, only hard rate limits (i.e., 429 responses) will be respected."
|
||||
)]
|
||||
public bool ShouldRespectRateLimits { get; set; } = true;
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ public abstract class ExportCommandBase : DiscordCommandBase
|
||||
"partition",
|
||||
'p',
|
||||
Description = "Split the output into partitions, each limited to the specified "
|
||||
+ "number of messages (e.g. '100') or file size (e.g. '10mb')."
|
||||
+ "number of messages (e.g., '100') or file size (e.g., '10mb')."
|
||||
)]
|
||||
public PartitionLimit PartitionLimit { get; set; } = PartitionLimit.Null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user