Browse Source

Add explanation that if " is removed then it wont work

pull/1070/head
Chris Johnston 7 years ago
parent
commit
a8d3031b2d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Discord.Net.Commands/CommandServiceConfig.cs

+ 2
- 0
src/Discord.Net.Commands/CommandServiceConfig.cs View File

@@ -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 <see cref="QuotationAliasUtils.GetDefaultAliasMap"/> 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.
/// </summary>
/// <example>


Loading…
Cancel
Save