diff --git a/src/Discord.Net.Interactions/InteractionService.cs b/src/Discord.Net.Interactions/InteractionService.cs index 6828daeb2..502860cd7 100644 --- a/src/Discord.Net.Interactions/InteractionService.cs +++ b/src/Discord.Net.Interactions/InteractionService.cs @@ -703,7 +703,7 @@ namespace Discord.Interactions /// /// Unregister Application Commands from modules provided in from a guild. /// - /// The target guild ID. + /// The target guild ID. /// Modules to be deregistered from Discord. /// /// A task representing the command de-registration process. The task result contains the active application commands of the target guild.