Skip to content

Commit df6e067

Browse files
committed
Almost there
1 parent 23aa217 commit df6e067

File tree

1 file changed

+1
-3
lines changed
  • application/src/main/java/org/togetherjava/tjbot/commands

1 file changed

+1
-3
lines changed

application/src/main/java/org/togetherjava/tjbot/commands/Commands.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ public enum Commands {
7474
commands.add(new MuteCommand(actionsStore));
7575
commands.add(new UnmuteCommand(actionsStore));
7676
commands.add(new RoleSelectCommand());
77-
commands.add(new MuteCommand(actionsStore));
78-
commands.add(new UnmuteCommand(actionsStore));
7977

8078
return commands;
8179
}
82-
}
80+
}

0 commit comments

Comments
 (0)