Browse Source

fix inline docs

pull/2015/head
Cenk Ergen 3 years ago
parent
commit
a678698f82
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/Discord.Net.Interactions/Builders/ModuleBuilder.cs

+ 3
- 3
src/Discord.Net.Interactions/Builders/ModuleBuilder.cs View File

@@ -232,7 +232,7 @@ namespace Discord.Interactions.Builders
}

/// <summary>
/// Adds slash command builder to <see cref="ContextCommands"/>.
/// Adds context command builder to <see cref="ContextCommands"/>.
/// </summary>
/// <param name="name">Name of the command.</param>
/// <param name="callback">Command callback to be executed.</param>
@@ -264,7 +264,7 @@ namespace Discord.Interactions.Builders
}

/// <summary>
/// Adds slash command builder to <see cref="ComponentCommands"/>.
/// Adds component command builder to <see cref="ComponentCommands"/>.
/// </summary>
/// <param name="name">Name of the command.</param>
/// <param name="callback">Command callback to be executed.</param>
@@ -296,7 +296,7 @@ namespace Discord.Interactions.Builders
}

/// <summary>
/// Adds slash command builder to <see cref="AutocompleteCommands"/>.
/// Adds autocomplete command builder to <see cref="AutocompleteCommands"/>.
/// </summary>
/// <param name="name">Name of the command.</param>
/// <param name="callback">Command callback to be executed.</param>


Loading…
Cancel
Save