Skip to content

Commit d87a8eb

Browse files
committed
set activity to watching regular season
1 parent 20faa33 commit d87a8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pw/chew/mlb/MLBBot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args) throws IOException {
5454
CommandClientBuilder client = new CommandClientBuilder();
5555

5656
// Set the client settings
57-
client.setActivity(Activity.watching("the off-season!"));
57+
client.setActivity(Activity.watching("the regular season!"));
5858
client.setOwnerId(prop.getProperty("userId", "476488167042580481"));
5959
client.setPrefix("woody!");
6060

0 commit comments

Comments
 (0)