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 106d0c8 commit a38adaeCopy full SHA for a38adae
application/src/main/java/org/togetherjava/tjbot/commands/Features.java
@@ -72,11 +72,13 @@ public enum Features {
72
features.add(new KickCommand(actionsStore));
73
features.add(new BanCommand(actionsStore));
74
features.add(new UnbanCommand(actionsStore));
75
- features.add(new FreeCommand());
76
features.add(new AuditCommand(actionsStore));
77
features.add(new MuteCommand(actionsStore));
78
features.add(new UnmuteCommand(actionsStore));
79
+ // Mixtures
80
+ features.add(new FreeCommand());
81
+
82
return features;
83
}
84
0 commit comments