Skip to content

Commit

Permalink
Incremented version and disabled level up messages by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb committed May 31, 2022
1 parent cafecd9 commit 4fb943b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/voidtech/gerald/GlobalConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public class GlobalConstants {
public static final String STREAM_URL = "https://twitch.tv/elementalmp4";
public static final String LINKTREE_URL = "https://linktr.ee/GeraldBot";
public static final String INVITE_URL = "https://discord.com/api/oauth2/authorize?client_id=555816892141404163&permissions=805694544&scope=bot%20applications.commands";
public static final String VERSION = "1.2.8 - Mucho Mocha";
public static final String VERSION = "1.3.0 - Delightful Doppio";
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void clearNoExperienceChannels() {

public ServerExperienceConfig(long serverID) {
this.serverID = serverID;
this.levelUpMessagesEnabled = true;
this.levelUpMessagesEnabled = false;
}

public boolean levelUpMessagesEnabled() {
Expand Down

0 comments on commit 4fb943b

Please sign in to comment.