= Updated return, sorted bench
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package commands.general;
|
||||
package commands.benchmark;
|
||||
|
||||
import core.Command;
|
||||
import core.LocStrings;
|
||||
@@ -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
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@ import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map.Entry;
|
||||
|
||||
import commands.benchmark.CommandBenchmark;
|
||||
import commands.characters.CommandCharacterMain;
|
||||
import commands.general.*;
|
||||
import commands.guildrole.CommandGuildRoleMain;
|
||||
|
||||
Reference in New Issue
Block a user