diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index c772b273d..6a8060a5d 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -41,7 +41,7 @@ namespace Discord.Commands /// Gets or sets whether a help function should be automatically generated. public HelpMode HelpMode { get; set; } = HelpMode.Disabled; - internal CommandServiceConfig(CommandServiceConfigBuilder builder) + public CommandServiceConfig(CommandServiceConfigBuilder builder) { PrefixChar = builder.PrefixChar; AllowMentionPrefix = builder.AllowMentionPrefix;