Skip to content

Commit

Permalink
Merge pull request #1 from stasya05/feature1
Browse files Browse the repository at this point in the history
new awesome feature
  • Loading branch information
stasya05 authored Dec 20, 2021
2 parents a080e71 + 3bb9699 commit 97eb077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/devatlant/chatbot/game/BotEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public BotEngine() {
if (secretKey == null) {
throw new IllegalArgumentException("Please, specify the system property with -Dtelegram.secret.key");
}
game = new Game(10, new Random());
game = new Game(100, new Random());
LOGGER.info("bot started");
}

Expand Down

0 comments on commit 97eb077

Please sign in to comment.