Finally decided on a help command I like
This commit is contained in:
parent
aedce9fc34
commit
bfde321b3e
10 changed files with 90 additions and 70 deletions
|
@ -12,7 +12,7 @@ exports.help = {
|
|||
category: 'Music',
|
||||
description: 'Plays or adds to queue requested music.',
|
||||
usage: 'play [query]',
|
||||
params: '[query] - A query to find video by or a link to the video.'
|
||||
parameters: '[query] - A query to find video by or a link to the video.'
|
||||
}
|
||||
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue