Skip to content

Commit 6aa957a

Browse files
committed
Added WhoIsCommand to Features
1 parent b65b45d commit 6aa957a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Whitespace-only changes.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ public enum Features {
7575
features.add(new AuditCommand(actionsStore));
7676
features.add(new MuteCommand(actionsStore));
7777
features.add(new UnmuteCommand(actionsStore));
78+
features.add(new WhoIsCommand());
7879

7980
// Mixtures
8081
features.add(new FreeCommand());
8182

8283
return features;
8384
}
84-
}
85+
}

0 commit comments

Comments
 (0)