Project layout re-organization and various cleanups/fixes #1

Merged
gered merged 25 commits from reorg into master 2017-04-11 23:15:33 -04:00
Showing only changes of commit bdc28c6d8f - Show all commits

View file

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