= Updated return, sorted bench

This commit is contained in:
Matthew Cech
2019-09-11 14:01:32 -07:00
parent 770ed84983
commit d1dfab411e
4 changed files with 4 additions and 3 deletions
@@ -1,4 +1,4 @@
package commands.general;
package commands.benchmark;
import core.Command;
import core.LocStrings;
+1 -1
View File
@@ -17,7 +17,7 @@ public class CommandDew extends Command {
{
super(level, rating);
framework.addCommand("start", command);
framework.addCommand("start", new CommandDewStart(KittyRole.Dev, KittyRating.Safe));
}
@Override
+1 -1
View File
@@ -19,6 +19,6 @@ public class CommandDewStart extends SubCommand
@Override
public SubCommandFormattable OnRun(KittyGuild guild, KittyChannel channel, KittyUser user, UserInput input)
{
return new SubCommandFormattable (guild.endPoll());
return new SubCommandFormattable ("weh");
}
}