Added ;uubl alias
This commit is contained in:
parent
6c5ab4d74b
commit
ca32449492
@ -454,8 +454,9 @@ namespace NadekoBot.Modules {
|
||||
});
|
||||
});
|
||||
|
||||
cgb.CreateCommand(Prefix + "unblacklist")
|
||||
.Description($"Unblacklists a mentioned user.\n**Usage**: {Prefix}unblacklist [user_mention]")
|
||||
cgb.CreateCommand(Prefix + "uubl")
|
||||
.Alias(Prefix + "unblacklist")
|
||||
.Description($"Unblacklists a mentioned user.\n**Usage**: {Prefix}uubl [user_mention]")
|
||||
.Parameter("user", ParameterType.Unparsed)
|
||||
.AddCheck(SimpleCheckers.OwnerOnly())
|
||||
.Do(async e =>
|
||||
|
Loading…
Reference in New Issue
Block a user