Remove prompt from all commands

This commit is contained in:
Dragon Fire
2024-03-30 00:30:52 -04:00
parent c258b41dae
commit 8d8198784e
400 changed files with 0 additions and 548 deletions
-2
View File
@@ -13,7 +13,6 @@ module.exports = class RollCommand extends Command {
{
key: 'maxValue',
label: 'highest number',
prompt: 'What is the highest number you wish to appear?',
type: 'integer',
default: 6,
min: 1,
@@ -22,7 +21,6 @@ module.exports = class RollCommand extends Command {
{
key: 'minValue',
label: 'lowest number',
prompt: 'What is the lowest number you wish to appear?',
type: 'integer',
default: 0,
min: 0,