Skip to content

Commit 3590070

Browse files
committed
refactor(gpt-formatter): move from basic to code pkg
1 parent 63a0bb3 commit 3590070

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/features/basic/ChatGPTFormatter.java renamed to application/src/main/java/org/togetherjava/tjbot/features/code/ChatGPTFormatter.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.code;
22

33
import org.togetherjava.tjbot.features.chatgpt.ChatGptService;
44

application/src/main/java/org/togetherjava/tjbot/features/code/FormatCodeCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import net.dv8tion.jda.api.EmbedBuilder;
44
import net.dv8tion.jda.api.entities.MessageEmbed;
55

6-
import org.togetherjava.tjbot.features.basic.ChatGPTFormatter;
76
import org.togetherjava.tjbot.features.chatgpt.ChatGptService;
87
import org.togetherjava.tjbot.features.utils.CodeFence;
98
import org.togetherjava.tjbot.formatter.Formatter;

0 commit comments

Comments
 (0)