+ Added benchmark find command and internal structure
This commit is contained in:
@@ -33,7 +33,6 @@ public class Main extends ListenerAdapter
|
||||
private static Stats stats;
|
||||
private static RPManager rpManager;
|
||||
private static PluginManager pluginManager;
|
||||
private static BenchmarkManager benchmarkManager;
|
||||
|
||||
// Main test location
|
||||
public static void main(String[] args) throws InterruptedException, LoginException, Exception
|
||||
@@ -46,7 +45,6 @@ public class Main extends ListenerAdapter
|
||||
stats = ObjectBuilderFactory.ConstructStats(commandManager);
|
||||
rpManager = ObjectBuilderFactory.ConstructRPManager();
|
||||
pluginManager = ObjectBuilderFactory.ConstructPluginManager();
|
||||
benchmarkManager = ObjectBuilderFactory.ConstructBenchmarkManager();
|
||||
|
||||
// Bot startup
|
||||
kitty = new JDABuilder(AccountType.BOT).setToken(Ref.TestToken).buildBlocking();
|
||||
|
||||
Reference in New Issue
Block a user