Skip to content

Commit 2e95a2e

Browse files
committed
removed slash command educator
1 parent 9015870 commit 2e95a2e

File tree

4 files changed

+0
-151
lines changed

4 files changed

+0
-151
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import org.togetherjava.tjbot.features.basic.PingCommand;
1111
import org.togetherjava.tjbot.features.basic.QuoteBoardForwarder;
1212
import org.togetherjava.tjbot.features.basic.RoleSelectCommand;
13-
import org.togetherjava.tjbot.features.basic.SlashCommandEducator;
1413
import org.togetherjava.tjbot.features.basic.SuggestionsUpDownVoter;
1514
import org.togetherjava.tjbot.features.bookmarks.BookmarksCommand;
1615
import org.togetherjava.tjbot.features.bookmarks.BookmarksSystem;
@@ -164,7 +163,6 @@ public static Collection<Feature> createFeatures(JDA jda, Database database, Con
164163
features.add(codeMessageHandler);
165164
features.add(new CodeMessageAutoDetection(config, codeMessageHandler));
166165
features.add(new CodeMessageManualDetection(codeMessageHandler));
167-
features.add(new SlashCommandEducator());
168166
features.add(new PinnedNotificationRemover(config));
169167
features.add(new QuoteBoardForwarder(config));
170168

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

Lines changed: 0 additions & 74 deletions
This file was deleted.
-49.8 KB
Binary file not shown.

application/src/test/java/org/togetherjava/tjbot/features/basic/SlashCommandEducatorTest.java

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

0 commit comments

Comments
 (0)