Skip to content

Commit

Permalink
Add reference to CommandServiceConfig from the util docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Johnston committed May 27, 2018
1 parent 110b975 commit cb7c6d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Discord.Net.Commands/Utilities/QuotationAliasUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ internal static class QuotationAliasUtils
/// <summary>
/// A default map of open-close pairs of quotation marks.
/// Contains many regional and Unicode equivalents.
/// Used in the <see cref="CommandServiceConfig"/>.
/// </summary>
/// <seealso cref="CommandServiceConfig.QuotationMarkAliasMap"/>
internal static Dictionary<char, char> GetDefaultAliasMap
{
get
Expand Down

0 comments on commit cb7c6d3

Please sign in to comment.