-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ public class Values { | |
|
||
static final boolean DEV = false; | ||
|
||
public static final String BOT_VERSION = "0.10.2" + (DEV ? "-dev" : ""); | ||
public static final String BOT_VERSION = "0.10.3" + (DEV ? "-dev" : ""); | ||
public static final String BOT_NAME = "Blizcord"; | ||
public static final String BOT_DEVELOPER = "Bleuzen <[email protected]>"; | ||
public static final String BOT_GITHUB_REPO = "Bleuzen/Blizcord"; | ||
|
@@ -13,7 +13,7 @@ public class Values { | |
|
||
public static final String SEARCH_PREFIX_YOUTUBE = "ytsearch:"; | ||
|
||
public static final int MAX_MESSAGE_LENGHT = 2000; // Discord's message length limit is 2000 | ||
public static final int MAX_MESSAGE_LENGTH = 2000; // Discord's message length limit is 2000 | ||
|
||
public static final int EXIT_CODE_RESTART_GUI = 2; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters