mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 10:19:11 +02:00
Add examples for math, units, and currency
This commit is contained in:
@@ -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']
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user