1
0
Fork 0

removed the default arg

Commando
loicbersier 6 years ago
parent 1364ebdb6a
commit bdc0a1b9f4

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

Loading…
Cancel
Save