diff --git a/commands/response/roll.js b/commands/response/roll.js index 497bd569..5f5906af 100644 --- a/commands/response/roll.js +++ b/commands/response/roll.js @@ -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' }] });