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: 'Sets volume of currently playing music. (100% = 25% of the actual volume)',
|
||||
usage: 'volume [volume]',
|
||||
params: '[volume] - Target volume from 0-100%'
|
||||
parameters: '[volume] - Target volume from 0-100%'
|
||||
}
|
||||
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue