Browse Source

fix parameter name

pull/2537/head
Gradyn Wursten 2 years ago
parent
commit
7ded1f28a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Interactions/InteractionService.cs

+ 1
- 1
src/Discord.Net.Interactions/InteractionService.cs View File

@@ -703,7 +703,7 @@ namespace Discord.Interactions
/// <summary>
/// Unregister Application Commands from modules provided in <paramref name="modules"/> from a guild.
/// </summary>
/// <param name="guildID">The target guild ID.</param>
/// <param name="guildId">The target guild ID.</param>
/// <param name="modules">Modules to be deregistered from Discord.</param>
/// <returns>
/// A task representing the command de-registration process. The task result contains the active application commands of the target guild.


Loading…
Cancel
Save