mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Fix Roll Prompt
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class RollCommand extends Command {
|
||||
examples: [';roll 6'],
|
||||
args: [{
|
||||
key: 'value',
|
||||
prompt: 'Which number do you want to roll?',
|
||||
prompt: 'What is the maximum number you wish to appear?',
|
||||
type: 'integer'
|
||||
}]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user