From e0226c5cfe9f0aa51fee1e52b5a68dd46613596a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 5 Sep 2021 02:49:03 +0300 Subject: [PATCH] Updated multiple command's metadata --- src/client/commands/bug.js | 2 -- src/client/commands/help.js | 2 -- src/client/commands/invite.js | 2 -- src/client/commands/list.js | 2 -- src/client/commands/maintenance.js | 2 -- src/client/commands/next.js | 1 - src/client/commands/nowplaying.js | 2 -- src/client/commands/play.js | 1 - src/client/commands/previous.js | 1 - src/client/commands/statistics.js | 2 -- src/client/commands/status.js | 2 -- src/client/commands/stop.js | 2 -- 12 files changed, 21 deletions(-) diff --git a/src/client/commands/bug.js b/src/client/commands/bug.js index 11a19c0..667a623 100644 --- a/src/client/commands/bug.js +++ b/src/client/commands/bug.js @@ -1,7 +1,5 @@ module.exports = { name: 'bug', - alias: 'none', - usage: '', description: 'Report a bug', permission: 'none', category: 'info', diff --git a/src/client/commands/help.js b/src/client/commands/help.js index 016b267..9ed5e44 100644 --- a/src/client/commands/help.js +++ b/src/client/commands/help.js @@ -1,7 +1,5 @@ module.exports = { name: 'help', - alias: 'h', - usage: '', description: 'Get help using bot', permission: 'none', category: 'info', diff --git a/src/client/commands/invite.js b/src/client/commands/invite.js index aa65a41..a833c43 100644 --- a/src/client/commands/invite.js +++ b/src/client/commands/invite.js @@ -1,7 +1,5 @@ module.exports = { name: 'invite', - alias: 'i', - usage: '', description: 'Invite Bot', permission: 'none', category: 'info', diff --git a/src/client/commands/list.js b/src/client/commands/list.js index 0caa10b..9de8b3b 100644 --- a/src/client/commands/list.js +++ b/src/client/commands/list.js @@ -1,7 +1,5 @@ module.exports = { name: 'list', - alias: 'l', - usage: '', description: 'List radio stations', permission: 'none', category: 'radio', diff --git a/src/client/commands/maintenance.js b/src/client/commands/maintenance.js index 21cb4fa..53085fe 100644 --- a/src/client/commands/maintenance.js +++ b/src/client/commands/maintenance.js @@ -1,7 +1,5 @@ module.exports = { name: 'maintenance', - alias: 'm', - usage: '', description: 'Bot Maintenance', permission: 'none', category: 'info', diff --git a/src/client/commands/next.js b/src/client/commands/next.js index 8498004..1604385 100644 --- a/src/client/commands/next.js +++ b/src/client/commands/next.js @@ -1,6 +1,5 @@ module.exports = { name: 'next', - usage: '', description: 'Next Station', permission: 'none', category: 'info', diff --git a/src/client/commands/nowplaying.js b/src/client/commands/nowplaying.js index 7a59e38..9ae1c0b 100644 --- a/src/client/commands/nowplaying.js +++ b/src/client/commands/nowplaying.js @@ -1,7 +1,5 @@ module.exports = { name: 'nowplaying', - alias: 'np', - usage: '', description: 'Current Radio Station', permission: 'none', category: 'radio', diff --git a/src/client/commands/play.js b/src/client/commands/play.js index 041e9ad..ac10c47 100644 --- a/src/client/commands/play.js +++ b/src/client/commands/play.js @@ -6,7 +6,6 @@ const { module.exports = { name: "play", - alias: "p", usage: "", description: "Play radio", options: [ diff --git a/src/client/commands/previous.js b/src/client/commands/previous.js index 7faa125..98dec3a 100644 --- a/src/client/commands/previous.js +++ b/src/client/commands/previous.js @@ -1,6 +1,5 @@ module.exports = { name: 'previous', - usage: '', description: 'Previous Station', permission: 'none', category: 'info', diff --git a/src/client/commands/statistics.js b/src/client/commands/statistics.js index dcd81a5..d342363 100644 --- a/src/client/commands/statistics.js +++ b/src/client/commands/statistics.js @@ -1,7 +1,5 @@ module.exports = { name: 'statistics', - alias: 'stats', - usage: '', description: 'Show statistics', permission: 'none', category: 'info', diff --git a/src/client/commands/status.js b/src/client/commands/status.js index 6d9cf63..2ec9bbd 100644 --- a/src/client/commands/status.js +++ b/src/client/commands/status.js @@ -1,7 +1,5 @@ module.exports = { name: 'status', - alias: 'st', - usage: '', description: 'Bot Status', permission: 'none', category: 'info', diff --git a/src/client/commands/stop.js b/src/client/commands/stop.js index 19d4c56..facc949 100644 --- a/src/client/commands/stop.js +++ b/src/client/commands/stop.js @@ -1,8 +1,6 @@ module.exports = { name: 'stop', description: 'Stop radio', - alias: 's', - usage: '', permission: 'none', category: 'radio', async execute(interaction, client, Discord, command) {