Skip to content

Commit

Permalink
Make settings public
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jul 18, 2023
1 parent c6ff037 commit 4f49fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class LazyLibrary {
/**
* The {@link LazySettings settings} for the bot
*/
@NotNull private final LazySettings settings = new LazySettings(getSettingsFileName());
@NotNull public final LazySettings settings = new LazySettings(getSettingsFileName());
/**
* The {@link JDA} instance
*/
Expand Down

0 comments on commit 4f49fd7

Please sign in to comment.