aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core/move.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/core/move.js')
-rw-r--r--server/src/commands/core/move.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/server/src/commands/core/move.js b/server/src/commands/core/move.js
index 9e50f4f..9462468 100644
--- a/server/src/commands/core/move.js
+++ b/server/src/commands/core/move.js
@@ -76,8 +76,4 @@ exports.run = async (core, server, socket, data) => {
exports.requiredData = ['channel'];
-exports.info = {
- name: 'move',
- usage: 'move {channel}',
- description: 'This will change the current channel to the new one provided'
-};
+exports.info = { name: 'move' };