Skip to content

Commit

Permalink
1.6 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeRoiDesKiwis committed Jun 21, 2024
1 parent 8aa6f28 commit 63176f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/1.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
feat(bomb): default goulag time from 1 to 5min, addtime price from 30 to 20pts/min
fix(votettimeout): wait 30s before counting votes instead of 5s
fix(votettimeout): doesn't count bot's votes anymore
2 changes: 1 addition & 1 deletion src/main/java/fr/leroideskiwis/omegabot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class Main extends ListenerAdapter {

public static String version = "1.6";
public static String version = "1.6.1";
private CommandManager commandManager;
private EventManager eventManager;
private UserManager userManager;
Expand Down

0 comments on commit 63176f8

Please sign in to comment.