From a678698f82d77c01deac5b009e4def61f221a7a3 Mon Sep 17 00:00:00 2001
From: Cenk Ergen <57065323+Cenngo@users.noreply.github.com>
Date: Sun, 2 Jan 2022 16:49:26 +0300
Subject: [PATCH] fix inline docs
---
src/Discord.Net.Interactions/Builders/ModuleBuilder.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.