diff --git a/client/commands/help.js b/client/commands/help.js index bc1561f..085ab96 100644 --- a/client/commands/help.js +++ b/client/commands/help.js @@ -2,7 +2,7 @@ module.exports = { name: 'help', alias: 'h', usage: '', - description: 'See the help for RadioX.', + description: 'Get help using bot', permission: 'none', category: 'info', execute(msg, args, client, Discord, command) { diff --git a/client/commands/invite.js b/client/commands/invite.js index f3337ef..9e329f4 100644 --- a/client/commands/invite.js +++ b/client/commands/invite.js @@ -2,7 +2,7 @@ module.exports = { name: 'invite', alias: 'i', usage: '', - description: 'Invite RadioX.', + description: 'Invite Bot', permission: 'none', category: 'info', execute(msg, args, client, Discord, command) { diff --git a/client/commands/nowplaying.js b/client/commands/nowplaying.js index 0aae082..eb59eb5 100644 --- a/client/commands/nowplaying.js +++ b/client/commands/nowplaying.js @@ -2,7 +2,7 @@ module.exports = { name: 'nowplaying', alias: 'np', usage: '', - description: 'See the currently playing song position and length.', + description: 'Current Radio Station', permission: 'none', category: 'radio', async execute(msg, args, client, Discord, command) {