diff --git a/src/Discord.Net.Commands/Attributes/ModuleAttribute.cs b/src/Discord.Net.Commands/Attributes/ModuleAttribute.cs index 3a5d9363e..0ed43db3c 100644 --- a/src/Discord.Net.Commands/Attributes/ModuleAttribute.cs +++ b/src/Discord.Net.Commands/Attributes/ModuleAttribute.cs @@ -6,8 +6,8 @@ namespace Discord.Commands public class ModuleAttribute : Attribute { public string Prefix { get; } - public bool AutoLoad { get; } - public bool ForceWhitespace { get; } + public bool AutoLoad { get; set; } + public bool ForceWhitespace { get; set; } public ModuleAttribute(string prefix = null) {