Fix Roll Prompt

This commit is contained in:
Daniel Odendahl Jr
2017-04-19 13:14:18 +00:00
parent 05fe60d6a4
commit 560ba684e6
+1 -1
View File
@@ -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'
}]
});