From 8187f35975031971b17818aae516fdfaf5d2eb36 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Mon, 29 Jan 2018 15:58:08 -0800 Subject: [PATCH] minor syntax changes in CommandServiceConfig --- src/Discord.Net.Commands/CommandServiceConfig.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 6de61f939..85a11b769 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -20,8 +20,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 Dictionary QuotationMarkAliasMap { get; set; } - = new Dictionary() - { + = new Dictionary { {'\"', '\"' }, {'«', '»' }, {'‘', '’' },