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