Generalized Localizer File
This commit is contained in:
@@ -15,12 +15,12 @@ public class CommandPing extends Command
|
||||
public CommandPing(KittyRole level, KittyRating rating) { super(level, rating); }
|
||||
|
||||
@Override
|
||||
public String HelpText() { return Localizer.Stub("Will respond with Pong!"); }
|
||||
public String HelpText() { return Localizer.Stub("PingInfo"); }
|
||||
|
||||
// Called when the command is run!
|
||||
@Override
|
||||
public void OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)
|
||||
{
|
||||
res.Call(Localizer.Stub("Pong!"));
|
||||
res.Call(Localizer.Stub("PingResponse"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user