mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = class RockPaperScissorsCommand extends Command {
|
||||
],
|
||||
group: 'games',
|
||||
memberName: 'rps',
|
||||
description: 'Play Rock Paper Scissors (;rps Rock)',
|
||||
examples: [';rps Rock'],
|
||||
description: 'Play Rock Paper Scissors (x;rps Rock)',
|
||||
examples: ['x;rps Rock'],
|
||||
args: [{
|
||||
key: 'choice',
|
||||
prompt: 'Rock, Paper, or Scissors?',
|
||||
|
||||
Reference in New Issue
Block a user