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 8b4c05a commit dd10bfdCopy full SHA for dd10bfd
example/echo-bot/src/main/java/com/javadiscord/jdi/example/ExampleSlashCommand.java
@@ -2,10 +2,8 @@
2
3
import com.javadiscord.jdi.core.CommandOptionType;
4
import com.javadiscord.jdi.core.annotations.CommandOption;
5
-import com.javadiscord.jdi.core.annotations.EventListener;
6
import com.javadiscord.jdi.core.annotations.SlashCommand;
7
8
-@EventListener
9
public class ExampleSlashCommand {
10
11
@SlashCommand(
0 commit comments