From a8d3031b2d73bbe813e83bb439345975d1003b55 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sat, 26 May 2018 23:32:40 -0700 Subject: [PATCH] Add explanation that if " is removed then it wont work --- src/Discord.Net.Commands/CommandServiceConfig.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 474dc783d..a6dd9e33c 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -27,6 +27,8 @@ public class CommandServiceConfig /// The dictionary stores the opening delimiter as a key, and the matching closing delimiter as the value. /// If no value is supplied will be used, which contains /// many regional equivalents. + /// Only values that are specified in this map will be used as string delimiters, so if " is removed then + /// it won't be used. /// If this map is set to null or empty, the default delimiter of " will be used. /// ///