From 774cf4da55693493c9fc9573f552efb3e102f348 Mon Sep 17 00:00:00 2001
From: Vollrat <29968697+Vollrat@users.noreply.github.com>
Date: Tue, 3 Oct 2017 21:19:54 -0230
Subject: [PATCH] "DefaultRunMode should also be "Gets or sets blah blah blah"
to be consistent."
---
src/Discord.Net.Commands/CommandServiceConfig.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs
index e9acc5101..b53b0248c 100644
--- a/src/Discord.Net.Commands/CommandServiceConfig.cs
+++ b/src/Discord.Net.Commands/CommandServiceConfig.cs
@@ -2,7 +2,7 @@
{
public class CommandServiceConfig
{
- /// The default RunMode commands should have, if one is not specified on the Command attribute or builder.
+ /// Gets or sets the default RunMode commands should have, if one is not specified on the Command attribute or builder.
public RunMode DefaultRunMode { get; set; } = RunMode.Sync;
public char SeparatorChar { get; set; } = ' ';