Skip to content

Commit

Permalink
Typo Fix in Config.java (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeperk authored Jan 12, 2024
1 parent b2b2205 commit 2f75e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/presti/ree6/utils/data/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void createConfigFile() {
.parent().path("poolSize").addDefault(10);

yamlFile.path("bot")
.comment("Discord Application and overall Bot Configuration, used for OAuth, Bot Authentication, and customization.").blankLine()
.comment("Discord Application and overall Bot Configuration, used for OAuth, Bot Authentication and customization.").blankLine()
.path("tokens").path("release").addDefault("ReleaseTokenhere").commentSide("Token used when set to release build.")
.parent().path("beta").addDefault("BetaTokenhere").commentSide("Token used when set to beta build.")
.parent().path("dev").addDefault("DevTokenhere").commentSide("Token used when set to dev build.")
Expand Down

0 comments on commit 2f75e9a

Please sign in to comment.