From d6fd1156463a277e862495f065159af7533f2be4 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 20 Oct 2024 15:13:37 +0200 Subject: [PATCH] Improve moreHelp on convert command to include all supported units --- commands/misc/convert.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/commands/misc/convert.js b/commands/misc/convert.js index 6da40c6..c540e12 100644 --- a/commands/misc/convert.js +++ b/commands/misc/convert.js @@ -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:", "convert 20 C F" ], execute({message, args}) {