Set DefaultRunMode to Sync
This commit is contained in:
@@ -3,7 +3,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> The default RunMode commands should have, if one is not specified on the Command attribute or builder. </summary>
|
||||||
public RunMode DefaultRunMode { get; set; } = RunMode.Mixed;
|
public RunMode DefaultRunMode { get; set; } = RunMode.Sync;
|
||||||
/// <summary> Should commands be case-sensitive? </summary>
|
/// <summary> Should commands be case-sensitive? </summary>
|
||||||
public bool CaseSensitiveCommands { get; set; } = false;
|
public bool CaseSensitiveCommands { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user