mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 05:49:49 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -14,8 +14,8 @@ module.exports = class DefineCommand extends Command {
|
||||
],
|
||||
group: 'search',
|
||||
memberName: 'define',
|
||||
description: 'Defines a word. (;define Cat)',
|
||||
examples: [';define Cat'],
|
||||
description: 'Defines a word. (x;define Cat)',
|
||||
examples: ['x;define Cat'],
|
||||
args: [{
|
||||
key: 'word',
|
||||
prompt: 'What would you like to define?',
|
||||
|
||||
Reference in New Issue
Block a user