Forgot one

This commit is contained in:
GregTCLTK 2019-12-10 20:19:25 +01:00
parent c18338dcf1
commit b641f8a6b1
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -75,6 +75,6 @@ public class NickCommand implements Command {
@Override
public String usage() {
return "<@user> <New Nickname>";
return MessageEditor.handle("en", "user+nickname");
}
}