= Updated capitalization
This commit is contained in:
@@ -23,11 +23,11 @@ public class CommandCatch extends Command
|
||||
private static Long num = 0l;
|
||||
|
||||
@Override
|
||||
public String HelpText() { return LocStrings.Stub("CatchInfo"); }
|
||||
public String getHelpText() { return LocStrings.Stub("CatchInfo"); }
|
||||
|
||||
// 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)
|
||||
{
|
||||
String name = null;
|
||||
File catchFile = null;
|
||||
|
||||
Reference in New Issue
Block a user