From 560ba684e62f4fbd64f163d00906073bf1972a7e Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 19 Apr 2017 13:14:18 +0000 Subject: [PATCH] Fix Roll Prompt --- commands/response/roll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }] });