Skip to content

Commit

Permalink
Add explanation that if " is removed then it wont work
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Johnston committed May 27, 2018
1 parent cb7c6d3 commit a8d3031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Discord.Net.Commands/CommandServiceConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>
Expand Down

0 comments on commit a8d3031

Please sign in to comment.