Browse Source

Apply suggestions from code review

Co-authored-by: Casmir <68127614+csmir@users.noreply.github.com>
pull/2564/head
Cenk Ergen GitHub 2 years ago
parent
commit
73c9a797e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs

+ 2
- 2
src/Discord.Net.Interactions/Extensions/IDiscordInteractionExtensions.cs View File

@@ -45,12 +45,12 @@ namespace Discord.Interactions
}

/// <summary>
/// Respond to an interaction with a <see cref="IModal"/> and fills the value fields of the modal using the property values of the provided
/// Respond to an interaction with an <see cref="IModal"/> and fills the value fields of the modal using the property values of the provided
/// instance.
/// </summary>
/// <typeparam name="T">Type of the <see cref="IModal"/> implementation.</typeparam>
/// <param name="interaction">The interaction to respond to.</param>
/// <param name="modal"><see cref="IModal"/> instance to get field values from.</param>
/// <param name="modal">The <see cref="IModal"/> instance to get field values from.</param>
/// <param name="options">The request options for this <see langword="async"/> request.</param>
/// <param name="modifyModal">Delegate that can be used to modify the modal.</param>
/// <returns></returns>


Loading…
Cancel
Save