diff --git a/config/commands.js b/config/commands.js
index c726169262..ba084e232c 100644
--- a/config/commands.js
+++ b/config/commands.js
@@ -1532,7 +1532,7 @@ var commands = exports.commands = {
matched = true;
buffer += "- Classic Hackmons
";
}
- if (target === 'all' || target === 'hiddentype') {
+ if (target === 'all' || target === 'hiddentype' || target === 'ht') {
matched = true;
if (target !== 'all') buffer += "Pokémon have an added type determined by their IVs. Same as the Hidden Power type.
";
buffer += "- Hidden Type
";