if no args put random

This commit is contained in:
Loïc Bersier 2019-06-16 19:16:16 +02:00
parent 476d971e40
commit 8e68bc4d68

View file

@ -11,6 +11,7 @@ class RedditCommand extends Command {
{
id: 'sub',
type: 'string',
default: 'random',
match: 'rest'
}
],