diff options
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 +}; |