diff --git a/src/Discord.Net.Core/Utils/Preconditions.cs b/src/Discord.Net.Core/Utils/Preconditions.cs
index 13cd96ab7..2f24e660d 100644
--- a/src/Discord.Net.Core/Utils/Preconditions.cs
+++ b/src/Discord.Net.Core/Utils/Preconditions.cs
@@ -300,6 +300,8 @@ namespace Discord
#region SlashCommandOptions
+ /// or is null.
+ /// or are either empty or their length exceed limits.
public static void Options(string name, string description)
{
// Make sure the name matches the requirements from discord