Browse Source

"DefaultRunMode should also be "Gets or sets blah blah blah" to be consistent."

pull/839/head^2
Vollrat GitHub 8 years ago
parent
commit
774cf4da55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/CommandServiceConfig.cs

+ 1
- 1
src/Discord.Net.Commands/CommandServiceConfig.cs View File

@@ -2,7 +2,7 @@
{ {
public class CommandServiceConfig public class CommandServiceConfig
{ {
/// <summary> The default RunMode commands should have, if one is not specified on the Command attribute or builder. </summary>
/// <summary> Gets or sets the default RunMode commands should have, if one is not specified on the Command attribute or builder. </summary>
public RunMode DefaultRunMode { get; set; } = RunMode.Sync; public RunMode DefaultRunMode { get; set; } = RunMode.Sync;


public char SeparatorChar { get; set; } = ' '; public char SeparatorChar { get; set; } = ' ';


Loading…
Cancel
Save