Scrabble driver code provided by Professor Chris Bleakly. Our team (Gooses) bot code is in Gooses.java. Note that we were limited to one class file so we had to make use of nested classes, and as such ...
src/main/java ├── com.bot.bot │ └── TelegramBot.java # Main bot class ├── com.bot.config │ └── TelegramConfig.java # Bot and Proxy configuration └── resources └── application.properties # Bot and ...