Improve moreHelp on convert command to include all supported units

This commit is contained in:
SileNce5k 2024-10-20 15:13:37 +02:00
parent 4e42957c93
commit d6fd115646
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -2,7 +2,12 @@ module.exports = {
name: 'convert', name: 'convert',
description: 'Convert a value to another value', description: 'Convert a value to another value',
moreHelp: [ moreHelp: [
"To convert celsius to fahrenheit:", "Current units supported:",
"F > C > K",
"inches > cm",
"KG > LB",
"Every unit in a line can be converted to any other unit in the same line",
"Example:",
"<prefix>convert 20 C F" "<prefix>convert 20 C F"
], ],
execute({message, args}) { execute({message, args}) {