Browse Source

Add reference to CommandServiceConfig from the util docs'

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

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

@@ -13,7 +13,9 @@ namespace Discord.Commands
/// <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


Loading…
Cancel
Save