mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 13:56:25 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class OffspringCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'offspring',
|
||||
description: 'Tells you if your new child is a boy or a girl. (;offspring)',
|
||||
examples: [';offspring']
|
||||
description: 'Tells you if your new child is a boy or a girl. (x;offspring)',
|
||||
examples: ['x;offspring']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user