diff --git a/library/src/main/java/xyz/srnyx/lazylibrary/LazyListener.java b/library/src/main/java/xyz/srnyx/lazylibrary/LazyListener.java
index 5c8e682..61a9af8 100644
--- a/library/src/main/java/xyz/srnyx/lazylibrary/LazyListener.java
+++ b/library/src/main/java/xyz/srnyx/lazylibrary/LazyListener.java
@@ -24,6 +24,10 @@ public LazyListener() {
// Exists to add a Javadoc
}
+ /**
+ * OVERRIDING THIS WILL BREAK {@link GuildVoiceJoinEvent} AND {@link GuildVoiceLeaveEvent}
+ *
If you need to override this, make sure to call {@code super.onGuildVoiceUpdate(event)} in your method!
+ */
@Override
public void onGuildVoiceUpdate(@NotNull GuildVoiceUpdateEvent event) {
// Joined
@@ -53,6 +57,10 @@ public void onGuildVoiceLeave(@NotNull GuildVoiceLeaveEvent event) {
// This should be overridden
}
+ /**
+ * OVERRIDING THIS WILL BREAK {@link GuildMemberStartBoost} AND {@link GuildMemberStopBoost}
+ *
If you need to override this, make sure to call {@code super.onGuildMemberUpdateBoostTime(event)} in your method!
+ */
@Override
public void onGuildMemberUpdateBoostTime(@NotNull GuildMemberUpdateBoostTimeEvent event) {
// Stopped