We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648bcff commit 7d8579bCopy full SHA for 7d8579b
1 file changed
src/main/java/org/mangorage/mangobotgithub/AICommand.java
@@ -1,6 +1,5 @@
1
package org.mangorage.mangobotgithub;
2
3
-import net.dv8tion.jda.api.JDA;
4
import net.dv8tion.jda.api.entities.Message;
5
import org.jetbrains.annotations.NotNull;
6
import org.mangorage.mangobotapi.core.commands.Arguments;
@@ -19,9 +18,6 @@ public class AICommand implements IBasicCommand {
19
18
return CommandResult.PASS;
20
}
21
22
-
23
- JDA a;
24
- a.addEventListener(new I);
25
try {
26
var response = ChatGPTBot.askChatGPT(prompt);
27
if (response != null) {
0 commit comments