Skip to content

Commit

Permalink
allow owner id to be set in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Jun 30, 2024
1 parent 519feed commit 4ac370e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pw/chew/mlb/MLBBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void main(String[] args) throws IOException {

// Set the client settings
client.setActivity(Activity.watching("the 2024 season!"));
client.setOwnerId("476488167042580481");
client.setOwnerId(prop.getProperty("userId", "476488167042580481"));
client.setPrefix("woody!");

client.useHelpBuilder(false);
Expand Down

0 comments on commit 4ac370e

Please sign in to comment.