Add examples for math, units, and currency

This commit is contained in:
Dragon Fire
2024-05-23 17:43:35 -04:00
parent 8cda43d503
commit 84348c96e0
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = class MathCommand extends Command {
args: [
{
key: 'expression',
type: 'string'
type: 'string',
examples: ['2 + 2', '2 * 2', '2 / 2', '2 - 2']
}
]
});