+ Added Stark, Stats, Tweet (stubbed only), Wolfram, Yeet

This commit is contained in:
Matthew Cech
2019-04-06 23:49:08 -07:00
parent 1bdbfbac17
commit aa415e8e76
6 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ import java.io.IOException;
import javax.imageio.ImageIO;
import core.Command;
import core.Localizer;
import dataStructures.*;
import utils.ImageUtils;
@@ -16,7 +17,7 @@ public class CommandStark extends Command
public CommandStark(KittyRole level, KittyRating rating) { super(level, rating); }
@Override
public String HelpText() { return "Snaps your icon or the icon of a friend you mentioned"; };
public String HelpText() { return Localizer.Stub("Snaps your icon or the icon of a friend you mentioned"); };
private static Long num = 0l;