mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Fix Examples in Commands
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = class RollCommand extends Command {
|
||||
],
|
||||
group: 'response',
|
||||
memberName: 'roll',
|
||||
description: 'Rolls a Dice of your choice. (;roll 6)',
|
||||
examples: [';roll 6'],
|
||||
description: 'Rolls a Dice of your choice. (x;roll 6)',
|
||||
examples: ['x;roll 6'],
|
||||
args: [{
|
||||
key: 'value',
|
||||
prompt: 'What is the maximum number you wish to appear?',
|
||||
|
||||
Reference in New Issue
Block a user