Skip to content

Commit a38adae

Browse files
committed
Minor reorder so that comments are still accurate
1 parent 106d0c8 commit a38adae

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@ public enum Features {
7272
features.add(new KickCommand(actionsStore));
7373
features.add(new BanCommand(actionsStore));
7474
features.add(new UnbanCommand(actionsStore));
75-
features.add(new FreeCommand());
7675
features.add(new AuditCommand(actionsStore));
7776
features.add(new MuteCommand(actionsStore));
7877
features.add(new UnmuteCommand(actionsStore));
7978

79+
// Mixtures
80+
features.add(new FreeCommand());
81+
8082
return features;
8183
}
8284
}

0 commit comments

Comments
 (0)