mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
Changed descriptions of few commands
This commit is contained in:
parent
53c9c2d0f0
commit
cf5eee5d55
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
name: 'help',
|
name: 'help',
|
||||||
alias: 'h',
|
alias: 'h',
|
||||||
usage: '<command(opt)>',
|
usage: '<command(opt)>',
|
||||||
description: 'See the help for RadioX.',
|
description: 'Get help using bot',
|
||||||
permission: 'none',
|
permission: 'none',
|
||||||
category: 'info',
|
category: 'info',
|
||||||
execute(msg, args, client, Discord, command) {
|
execute(msg, args, client, Discord, command) {
|
||||||
|
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
name: 'invite',
|
name: 'invite',
|
||||||
alias: 'i',
|
alias: 'i',
|
||||||
usage: '',
|
usage: '',
|
||||||
description: 'Invite RadioX.',
|
description: 'Invite Bot',
|
||||||
permission: 'none',
|
permission: 'none',
|
||||||
category: 'info',
|
category: 'info',
|
||||||
execute(msg, args, client, Discord, command) {
|
execute(msg, args, client, Discord, command) {
|
||||||
|
@ -2,7 +2,7 @@ module.exports = {
|
|||||||
name: 'nowplaying',
|
name: 'nowplaying',
|
||||||
alias: 'np',
|
alias: 'np',
|
||||||
usage: '',
|
usage: '',
|
||||||
description: 'See the currently playing song position and length.',
|
description: 'Current Radio Station',
|
||||||
permission: 'none',
|
permission: 'none',
|
||||||
category: 'radio',
|
category: 'radio',
|
||||||
async execute(msg, args, client, Discord, command) {
|
async execute(msg, args, client, Discord, command) {
|
||||||
|
Loading…
Reference in New Issue
Block a user