Skip to content

Commit

Permalink
Update PartyCommandsFeature.java
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamKracker authored Dec 25, 2024
1 parent 9f4205a commit 59843d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void register() {

CookiesUtils.sendCommand(joinInstanceCommand.toString());
})),
entry(command -> command.startsWith("dt"), new DownTimeCommand(() -> PartyCommandsFeature.shouldRunCommand("dt"), null)),
entry(command -> command.startsWith("dt"), new DownTimeCommand(() -> PartyCommandsFeature.shouldRunCommand("dt"))),
entry(command -> command.equals("cf"), new PartyCommand(() -> PartyCommandsFeature.shouldRunCommand("cf"), (command, message) -> {
if (random.nextBoolean()) {
ChatUtils.sendPartyMessage("HEADS!");
Expand Down

0 comments on commit 59843d0

Please sign in to comment.