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 @@ namespace Discord.Commands
/// 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.
///
///