We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a0bb3 commit 3590070Copy full SHA for 3590070
application/src/main/java/org/togetherjava/tjbot/features/basic/ChatGPTFormatter.java renamed to application/src/main/java/org/togetherjava/tjbot/features/code/ChatGPTFormatter.java
@@ -1,4 +1,4 @@
1
-package org.togetherjava.tjbot.features.basic;
+package org.togetherjava.tjbot.features.code;
2
3
import org.togetherjava.tjbot.features.chatgpt.ChatGptService;
4
application/src/main/java/org/togetherjava/tjbot/features/code/FormatCodeCommand.java
@@ -3,7 +3,6 @@
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.MessageEmbed;
5
6
-import org.togetherjava.tjbot.features.basic.ChatGPTFormatter;
7
8
import org.togetherjava.tjbot.features.utils.CodeFence;
9
import org.togetherjava.tjbot.formatter.Formatter;
0 commit comments