Skip to content

Commit

Permalink
fix: typo (EventListner -> EventListener) in troubleshooting.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
TecToast authored May 20, 2024
1 parent b8ce296 commit 0ae9cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-jda/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class MyListener extends ListenerAdapter {
}
```

When using **EventListner** make sure you actually imported the correct interface from JDA and **not** `java.util.EventListner`:
When using **EventListener** make sure you actually imported the correct interface from JDA and **not** `java.util.EventListener`:

```java
import net.dv8tion.jda.api.events.GenericEvent;
Expand Down

0 comments on commit 0ae9cd2

Please sign in to comment.