oops, forgot to fix this name

This commit is contained in:
gered 2017-04-11 16:56:03 -04:00
parent 65c1dae3bd
commit bdc28c6d8f

View file

@ -143,6 +143,6 @@ public class TestBot {
} }
public static void main(String... args) { public static void main(String... args) {
new TestBot1().run(); new TestBot().run();
} }
} }