Finally decided on a help command I like

This commit is contained in:
Emily 2020-04-12 19:15:31 +10:00
parent aedce9fc34
commit bfde321b3e
10 changed files with 90 additions and 70 deletions

View file

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