Improve moreHelp on convert command to include all supported units
This commit is contained in:
parent
4e42957c93
commit
d6fd115646
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@ module.exports = {
|
|||
name: 'convert',
|
||||
description: 'Convert a value to another value',
|
||||
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"
|
||||
],
|
||||
execute({message, args}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue