diff --git a/EXILED/Exiled.CustomItems/Commands/Main.cs b/EXILED/Exiled.CustomItems/Commands/Main.cs
index 7aba0b0366..8c33288919 100644
--- a/EXILED/Exiled.CustomItems/Commands/Main.cs
+++ b/EXILED/Exiled.CustomItems/Commands/Main.cs
@@ -33,7 +33,7 @@ public Main()
public override string[] Aliases { get; } = { "ci", "cis" };
///
- public override string Description { get; } = string.Empty;
+ public override string Description { get; } = "EXILED CustomItems command";
///
public override void LoadGeneratedCommands()
@@ -51,4 +51,4 @@ protected override bool ExecuteParent(ArraySegment arguments, ICommandSe
return false;
}
}
-}
\ No newline at end of file
+}