= Selectively adjusted casing on localization stubs.
This commit is contained in:
@@ -12,14 +12,14 @@ public class CommandColiru extends Command
|
||||
public CommandColiru(KittyRole level, KittyRating rating) { super(level, rating);}
|
||||
|
||||
@Override
|
||||
public String getHelpText() { return LocStrings.Stub("ColiruInfo"); }
|
||||
public String getHelpText() { return LocStrings.stub("ColiruInfo"); }
|
||||
|
||||
@Override
|
||||
public void onRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)
|
||||
{
|
||||
if(input.args.trim().length() < 1)
|
||||
{
|
||||
res.Call(LocStrings.Stub("ColiruError"));
|
||||
res.Call(LocStrings.stub("ColiruError"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user