aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/templateCommand.js
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-05-20 02:21:08 +0200
committermarzavec <admin@marzavec.com>2018-05-20 02:21:08 +0200
commita70006b5bca3c3273ba34bfd0607235339e87583 (patch)
treef360e6d4e5e636956fa03a32a6f8064285ba424a /documentation/templateCommand.js
parentMerge pull request #12 from neelkamath/master (diff)
downloadhackchat-a70006b5bca3c3273ba34bfd0607235339e87583.tar.gz
hackchat-a70006b5bca3c3273ba34bfd0607235339e87583.zip
streamline dev flow
Diffstat (limited to '')
-rw-r--r--documentation/templateCommand.js (renamed from templateCommand.js)5
1 files changed, 3 insertions, 2 deletions
diff --git a/templateCommand.js b/documentation/templateCommand.js
index 90b9aa3..1a4f3d2 100644
--- a/templateCommand.js
+++ b/documentation/templateCommand.js
@@ -1,5 +1,6 @@
/*
- Description: This is a template module that should not be on prod
+ Description: This is a template module that should not be user in a production
+ enviroment
*/
// you can require() modules here
@@ -48,4 +49,4 @@ exports.info = {
aliases: ['templateModule'], // optional, an array of other names this module can be executed by
usage: 'showcase {echo}', // used for help output, can be ommited if no parameters are required
description: 'Simple command module template & info' // used for help output
-}; \ No newline at end of file
+};