= Doodle, Map, Perish, Ping, Manage

This commit is contained in:
Matthew Cech
2019-04-06 23:22:13 -07:00
parent 9ea68605a4
commit e5a40ae329
6 changed files with 44 additions and 17 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
package commands;
import core.Command;
import core.Localizer;
import dataStructures.*;
import network.NetworkJDoodle;
@@ -11,7 +12,7 @@ public class CommandJDoodle extends Command
public CommandJDoodle(KittyRole level, KittyRating rating) { super(level, rating); }
@Override
public String HelpText() { return "Will compile any java code you put in! Supports Java 1.8"; }
public String HelpText() { return Localizer.Stub("Will compile any java code you put in! Supports Java 1.8"); }
@Override
public void OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)