We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23aa217 commit df6e067Copy full SHA for df6e067
application/src/main/java/org/togetherjava/tjbot/commands/Commands.java
@@ -74,9 +74,7 @@ public enum Commands {
74
commands.add(new MuteCommand(actionsStore));
75
commands.add(new UnmuteCommand(actionsStore));
76
commands.add(new RoleSelectCommand());
77
- commands.add(new MuteCommand(actionsStore));
78
- commands.add(new UnmuteCommand(actionsStore));
79
80
return commands;
81
}
82
-}
+}
0 commit comments