diff --git a/src/Discord.Net.Interactions/Builders/ModuleBuilder.cs b/src/Discord.Net.Interactions/Builders/ModuleBuilder.cs
index bcacfbc7a..c396ab5f4 100644
--- a/src/Discord.Net.Interactions/Builders/ModuleBuilder.cs
+++ b/src/Discord.Net.Interactions/Builders/ModuleBuilder.cs
@@ -232,7 +232,7 @@ namespace Discord.Interactions.Builders
}
///
- /// Adds slash command builder to .
+ /// Adds context command builder to .
///
/// Name of the command.
/// Command callback to be executed.
@@ -264,7 +264,7 @@ namespace Discord.Interactions.Builders
}
///
- /// Adds slash command builder to .
+ /// Adds component command builder to .
///
/// Name of the command.
/// Command callback to be executed.
@@ -296,7 +296,7 @@ namespace Discord.Interactions.Builders
}
///
- /// Adds slash command builder to .
+ /// Adds autocomplete command builder to .
///
/// Name of the command.
/// Command callback to be executed.