= Updated capitalization

This commit is contained in:
Matthew Cech
2019-06-02 17:43:20 -07:00
parent ff399b138d
commit e5b94d7a7e
54 changed files with 111 additions and 110 deletions
+3 -3
View File
@@ -25,16 +25,16 @@ public class CommandBenchmark extends Command
}
@Override
public String HelpText() { return LocStrings.Stub("BenchmarkInfo"); }
public String getHelpText() { return LocStrings.Stub("BenchmarkInfo"); }
@Override
public void OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)
public void onRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)
{
framework.Update();
if(input.args == null || input.args.length() == 0)
{
String output = HelpText();
String output = getHelpText();
res.Call(output);
return;
}