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
-3
View File
@@ -21,19 +21,16 @@ module.exports = class CurrencyCommand extends Command {
args: [
{
key: 'amount',
prompt: 'How much currency should be converted? Do not use symbols.',
type: 'float'
},
{
key: 'base',
prompt: 'What currency code (e.g. USD) do you want to use as the base?',
type: 'string',
min: 3,
max: 3
},
{
key: 'target',
prompt: 'What currency code (e.g. USD) do you want to convert to?',
type: 'string',
min: 3,
max: 3