diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-11 21:32:10 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-11 21:32:10 +0200 |
| commit | 2dc9b39806c7842c31f941e7f7060f5e6b18af1c (patch) | |
| tree | e75acfff7afa672e991db2e219b6f8bbe823210f | |
| parent | f37c547a11b1102c8639219c532711b56a40103d (diff) | |
| download | discordbot-2dc9b39806c7842c31f941e7f7060f5e6b18af1c.tar.gz discordbot-2dc9b39806c7842c31f941e7f7060f5e6b18af1c.zip | |
vgrole: don't set default
| -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", |
