This commit is contained in:
Dragon Fire
2020-04-19 16:27:51 -04:00
parent 6de729f118
commit 3a0606eff0
+1 -1
View File
@@ -20,7 +20,7 @@ module.exports = class TaxCommand extends Command {
key: 'amount',
prompt: 'How much money should be converted?',
type: 'float'
},
}
]
});
}