Skip to content

Commit

Permalink
Changed to the release.json File
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed May 15, 2021
1 parent 0ff5f11 commit 17f8a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/beanbeanjuice/main/CafeBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class CafeBot {
// File Information
// -- 'beta.json' -> Beta Bot Information
// -- 'release.json' -> Release Bot Information
private static final String FILE_INFO = "beta.json";
private static final String FILE_INFO = "release.json";

// General Bot Info
private static final String BOT_VERSION = JSONHelper.getValue(FILE_INFO, "bot", "version").textValue();
Expand Down

0 comments on commit 17f8a09

Please sign in to comment.