diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/vainsocial/guild_role.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/vainsocial/guild_role.js b/commands/vainsocial/guild_role.js index b37bb79..50b88e4 100644 --- a/commands/vainsocial/guild_role.js +++ b/commands/vainsocial/guild_role.js @@ -23,8 +23,7 @@ module.exports = class RoleGuildMemberCommand extends Commando.Command { label: "name", prompt: "Please specify a Guild member's name.", type: "string", - min: 2, - default: "?" + min: 2 }, { key: "role", label: "role", |
