Skip to content

Commit dd10bfd

Browse files
committed
Removed @eventlistener on ExampleSlashCommand
1 parent 8b4c05a commit dd10bfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/echo-bot/src/main/java/com/javadiscord/jdi/example/ExampleSlashCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
import com.javadiscord.jdi.core.CommandOptionType;
44
import com.javadiscord.jdi.core.annotations.CommandOption;
5-
import com.javadiscord.jdi.core.annotations.EventListener;
65
import com.javadiscord.jdi.core.annotations.SlashCommand;
76

8-
@EventListener
97
public class ExampleSlashCommand {
108

119
@SlashCommand(

0 commit comments

Comments
 (0)