We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20faa33 commit d87a8ebCopy full SHA for d87a8eb
src/main/java/pw/chew/mlb/MLBBot.java
@@ -54,7 +54,7 @@ public static void main(String[] args) throws IOException {
54
CommandClientBuilder client = new CommandClientBuilder();
55
56
// Set the client settings
57
- client.setActivity(Activity.watching("the off-season!"));
+ client.setActivity(Activity.watching("the regular season!"));
58
client.setOwnerId(prop.getProperty("userId", "476488167042580481"));
59
client.setPrefix("woody!");
60
0 commit comments