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
@@ -11,14 +11,12 @@ module.exports = class TaxCommand extends Command {
args: [
{
key: 'rate',
prompt: 'What is the tax rate (in %)?',
type: 'integer',
max: 100,
min: 0
},
{
key: 'amount',
prompt: 'How much money should be converted?',
type: 'float'
}
]