+ Added roll, RPEnd, RPG, RPStart, Shutdown

This commit is contained in:
Matthew Cech
2019-04-06 23:45:41 -07:00
parent 52afd92db1
commit 1bdbfbac17
6 changed files with 109 additions and 75 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ package commands;
import java.util.ArrayList;
import core.Command;
import core.Localizer;
import core.RPManager;
import dataStructures.*;
@@ -11,7 +12,7 @@ public class CommandRPStart extends Command
public CommandRPStart (KittyRole level, KittyRating rating) { super(level, rating); }
@Override
public String HelpText() { return "Starts an rp, add people to it by mentioning them!"; }
public String HelpText() { return Localizer.Stub("Starts an rp, add people to it by mentioning them!"); }
@Override
public void OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input, Response res)