more stuff

This commit is contained in:
RedSparr0w
2019-11-22 17:28:14 +13:00
parent 6e3f76329a
commit 07472a9a90
10 changed files with 337 additions and 205 deletions
@@ -24,7 +24,7 @@ public class BotHandler
return;
}
final String botName = "bot" + random.nextInt(9999) + random.nextInt(9999);
final String botName = "bot" + random.nextInt(9999);
bot = new Bot(botName);
botList.add(bot);