diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 143b6fbb1..6de61f939 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -19,7 +19,7 @@ namespace Discord.Commands /// Collection of aliases that can wrap strings for command parsing. /// represents the opening quotation mark and the value is the corresponding closing mark. - public IReadOnlyDictionary QuotationMarkAliasMap { get; set; } + public Dictionary QuotationMarkAliasMap { get; set; } = new Dictionary() { {'\"', '\"' },