diff --git a/plugins/commands/help.js b/plugins/commands/help.js
index c19c9fe..089f400 100644
--- a/plugins/commands/help.js
+++ b/plugins/commands/help.js
@@ -5,5 +5,8 @@ module.exports={
         } else {
             c.bot.printHelp(c.uuid,c.prefix,c.lang);
         }
-    }
+    },
+    aliases: [
+        "heko" //Parker2991 request
+    ]
 }