diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 4ac79fe8f..8377d4e60 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -3,7 +3,7 @@ public class CommandServiceConfig { /// The default RunMode commands should have, if one is not specified on the Command attribute or builder. - public RunMode DefaultRunMode { get; set; } = RunMode.Mixed; + public RunMode DefaultRunMode { get; set; } = RunMode.Sync; /// Should commands be case-sensitive? public bool CaseSensitiveCommands { get; set; } = false; }