aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/admin/reload.js
diff options
context:
space:
mode:
authorneelkamath <neelkamath@protonmail.com>2018-05-12 10:43:12 +0200
committerneelkamath <neelkamath@protonmail.com>2018-05-12 10:43:12 +0200
commitacbad15f2bc4a6733407bc17e1a5b4190ed3b287 (patch)
treede0ae1446b5515a494ae03c517ed5b748935d6bd /server/src/commands/admin/reload.js
parentRemove help.js as we need human, not programmatic documentation for this (diff)
downloadhackchat-acbad15f2bc4a6733407bc17e1a5b4190ed3b287.tar.gz
hackchat-acbad15f2bc4a6733407bc17e1a5b4190ed3b287.zip
Remove unused object fields
Diffstat (limited to 'server/src/commands/admin/reload.js')
-rw-r--r--server/src/commands/admin/reload.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/src/commands/admin/reload.js b/server/src/commands/admin/reload.js
index 4e22a95..40de059 100644
--- a/server/src/commands/admin/reload.js
+++ b/server/src/commands/admin/reload.js
@@ -28,7 +28,4 @@ exports.run = async (core, server, socket, data) => {
}, { uType: 'mod' });
};
-exports.info = {
- name: 'reload',
- description: '(Re)loads any new commands into memory, outputs errors if any'
-};
+exports.info = { name: 'reload' };