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