summaryrefslogtreecommitdiff
path: root/commands/vainsocial/matches.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/vainsocial/matches.js')
-rw-r--r--commands/vainsocial/matches.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/vainsocial/matches.js b/commands/vainsocial/matches.js
index 2660d73..3f2de2f 100644
--- a/commands/vainsocial/matches.js
+++ b/commands/vainsocial/matches.js
@@ -24,7 +24,9 @@ module.exports = class ShowMatchesCommand extends Commando.Command {
key: "name",
label: "name",
prompt: "Please specify your in game name (Case Sensitive).",
- type: "string"
+ type: "string",
+ min: 3,
+ max: 16
} ]
});
}