Skip to content

Commit 22b7984

Browse files
authored
removed vc activity command (#765)
1 parent 1161b88 commit 22b7984

File tree

2 files changed

+0
-243
lines changed

2 files changed

+0
-243
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public static Collection<Feature> createFeatures(JDA jda, Database database, Con
120120
features.add(new TagCommand(tagSystem));
121121
features.add(new TagManageCommand(tagSystem, modAuditLogWriter));
122122
features.add(new TagsCommand(tagSystem));
123-
features.add(new VcActivityCommand());
124123
features.add(new WarnCommand(actionsStore));
125124
features.add(new KickCommand(actionsStore));
126125
features.add(new BanCommand(actionsStore));

application/src/main/java/org/togetherjava/tjbot/features/basic/VcActivityCommand.java

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)