Skip to content

Commit b23d2b0

Browse files
committed
refactor: move cake day feature to its own directory
1 parent c7bff99 commit b23d2b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import org.togetherjava.tjbot.config.FeatureBlacklist;
99
import org.togetherjava.tjbot.config.FeatureBlacklistConfig;
1010
import org.togetherjava.tjbot.db.Database;
11-
import org.togetherjava.tjbot.features.basic.CakeDayRoutine;
1211
import org.togetherjava.tjbot.features.basic.PingCommand;
1312
import org.togetherjava.tjbot.features.basic.RoleSelectCommand;
1413
import org.togetherjava.tjbot.features.basic.SlashCommandEducator;
@@ -17,6 +16,7 @@
1716
import org.togetherjava.tjbot.features.bookmarks.BookmarksSystem;
1817
import org.togetherjava.tjbot.features.bookmarks.LeftoverBookmarksCleanupRoutine;
1918
import org.togetherjava.tjbot.features.bookmarks.LeftoverBookmarksListener;
19+
import org.togetherjava.tjbot.features.cakeday.CakeDayRoutine;
2020
import org.togetherjava.tjbot.features.chatgpt.ChatGptCommand;
2121
import org.togetherjava.tjbot.features.chatgpt.ChatGptService;
2222
import org.togetherjava.tjbot.features.code.CodeMessageAutoDetection;

application/src/main/java/org/togetherjava/tjbot/features/basic/CakeDayRoutine.java renamed to application/src/main/java/org/togetherjava/tjbot/features/cakeday/CakeDayRoutine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.togetherjava.tjbot.features.basic;
1+
package org.togetherjava.tjbot.features.cakeday;
22

33
import net.dv8tion.jda.api.JDA;
44
import net.dv8tion.jda.api.entities.Guild;

0 commit comments

Comments
 (0)