This commit is contained in:
Jesse Boyd 2017-08-02 17:03:00 +10:00
parent b685680340
commit 5f05b5a58a
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -65,7 +65,7 @@ public class UsageMessage extends Message {
newline();
String cmd = prefix + mapping.getPrimaryAlias();
text((perm ? BBC.HELP_ITEM_ALLOWED : BBC.HELP_ITEM_DENIED).format(cmd, mapping.getDescription().getDescription()));
cmdTip(cmd);
command(cmd);
}
}