diff --git a/src/main/java/net/dv8tion/jda/api/events/GenericEvent.java b/src/main/java/net/dv8tion/jda/api/events/GenericEvent.java
index d671cd0650..74b2fc9906 100644
--- a/src/main/java/net/dv8tion/jda/api/events/GenericEvent.java
+++ b/src/main/java/net/dv8tion/jda/api/events/GenericEvent.java
@@ -50,6 +50,15 @@ public interface GenericEvent
*
This provides the full gateway message payload, including sequence, event name and dispatch type.
* For details, read the official Discord Documentation.
*
+ *
To fix this issue, you may override this method, and get the passthrough data from the original event. + * * @throws IllegalStateException * If event passthrough was not enabled, see {@link net.dv8tion.jda.api.JDABuilder#setEventPassthrough(boolean) JDABuilder#setEventPassthrough(boolean)} *