mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = class ShipCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'ship',
|
||||
description: 'Ships two people. (;ship @Rem and @Nate)',
|
||||
examples: [';ship @Rem and @Nate'],
|
||||
description: 'Ships two people. (x;ship @Rem and @Nate)',
|
||||
examples: ['x;ship @Rem and @Nate'],
|
||||
args: [{
|
||||
key: 'things',
|
||||
prompt: 'What do you want to ship together?',
|
||||
|
||||
Reference in New Issue
Block a user