diff --git a/NadekoBot/Modules/Permissions.cs b/NadekoBot/Modules/Permissions.cs index 8abd132a..0ea7efd4 100644 --- a/NadekoBot/Modules/Permissions.cs +++ b/NadekoBot/Modules/Permissions.cs @@ -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 =>