= 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
+2 -2
View File
@@ -60,11 +60,11 @@ public class CommandBoop extends Command
}
@Override
public String HelpText() { return LocStrings.Stub("BoopInfo"); }
public String getHelpText() { return LocStrings.Stub("BoopInfo"); }
// Called when the command is run!
@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)
{
if(input.mentions == null)
{