diff options
Diffstat (limited to 'commands/vainsocial/matches.js')
| -rw-r--r-- | commands/vainsocial/matches.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/vainsocial/matches.js b/commands/vainsocial/matches.js index adce644..7eaa513 100644 --- a/commands/vainsocial/matches.js +++ b/commands/vainsocial/matches.js @@ -22,6 +22,7 @@ module.exports = class ShowMatchesCommand extends Commando.Command { label: "name", prompt: "Please specify your in game name (Case Sensitive).", type: "string", + default: "?", min: 3, max: 16 } ] |
