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: '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) => {