removed the default arg

This commit is contained in:
loicbersier 2018-09-27 23:03:29 +02:00
parent 1364ebdb6a
commit bdc0a1b9f4

View file

@ -13,7 +13,6 @@ module.exports = class redditCommand extends Command {
key: 'sub',
prompt: 'Wich subreddit would you like to see?',
type: 'string',
default: 'random',
}
]
});