aboutsummaryrefslogtreecommitdiffstats
path: root/templateCommand.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templateCommand.js (renamed from server/src/commands/core/showcase.js)4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/commands/core/showcase.js b/templateCommand.js
index 5eca4a2..90b9aa3 100644
--- a/server/src/commands/core/showcase.js
+++ b/templateCommand.js
@@ -2,8 +2,6 @@
Description: This is a template module that should not be on prod
*/
-'use strict';
-
// you can require() modules here
// this function will only be only in the scope of the module
@@ -50,4 +48,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