Browse Source

add inline docs to componentparameterbuilder

pull/2169/head
Cenngo 3 years ago
parent
commit
ec6927118d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Discord.Net.Interactions/Builders/Parameters/ComponentCommandParameterBuilder.cs

+ 3
- 0
src/Discord.Net.Interactions/Builders/Parameters/ComponentCommandParameterBuilder.cs View File

@@ -2,6 +2,9 @@ using System;

namespace Discord.Interactions.Builders
{
/// <summary>
/// Represents a builder for creating <see cref="ComponentCommandParameterInfo"/>.
/// </summary>
public class ComponentCommandParameterBuilder : ParameterBuilder<ComponentCommandParameterInfo, ComponentCommandParameterBuilder>
{
/// <summary>


Loading…
Cancel
Save