mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -11,8 +11,8 @@ module.exports = class QuantumCoinCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'quantumcoin',
|
||||
description: 'Flips a coin that lands on nothing. (;quantumcoin)',
|
||||
examples: [';quantumcoin']
|
||||
description: 'Flips a coin that lands on nothing. (x;quantumcoin)',
|
||||
examples: ['x;quantumcoin']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user