DummyBot remove main

This commit is contained in:
Your Average Code 2024-01-25 14:56:44 +01:00
parent f98c5a1295
commit 3744c8232e

View File

@ -3,11 +3,6 @@ import java.util.Random;
public class DummyBot extends Bot {
protected final Random random = new Random();
public static void main(String[] args) {
Bot bot = new DummyBot(args);
bot.run();
}
protected DummyBot(String[] args) {
super(args);
}