big help upgrades

- short descriptions for command list
  - argument descriptions
  - render argument list on detailed help page
This commit is contained in:
derpystuff 2022-12-06 10:26:34 +01:00
parent 5e5a738b74
commit f9c627ada1
55 changed files with 114 additions and 30 deletions

View file

@ -12,9 +12,10 @@ module.exports = {
aliases: ['u', 'profile'],
metadata: {
description: 'Displays information about a discord user. Accepts IDs, Mentions and Usernames.',
description_short: 'User information',
examples: ['user labsCore'],
category: 'info',
usage: 'user [<id|user>]'
usage: 'user [<user>]'
},
run: async (context, args) => {
context.triggerTyping();