Changed descriptions of few commands

This commit is contained in:
Christer Warén 2020-08-25 09:35:39 +03:00
parent 53c9c2d0f0
commit cf5eee5d55
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ module.exports = {
name: 'help',
alias: 'h',
usage: '<command(opt)>',
description: 'See the help for RadioX.',
description: 'Get help using bot',
permission: 'none',
category: 'info',
execute(msg, args, client, Discord, command) {

View File

@ -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) {

View File

@ -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) {