mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -13,8 +13,8 @@ module.exports = class MathCommand extends Command {
|
||||
],
|
||||
group: 'random',
|
||||
memberName: 'math',
|
||||
description: 'Does Math (;math 2 + 2)',
|
||||
examples: [';math 2 + 2'],
|
||||
description: 'Does Math (x;math 2 + 2)',
|
||||
examples: ['x;math 2 + 2'],
|
||||
args: [{
|
||||
key: 'expression',
|
||||
prompt: 'What do you want to answer?',
|
||||
|
||||
Reference in New Issue
Block a user