Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 523d10e

Browse files
committed
fix: Fix build
1 parent 6d97ee0 commit 523d10e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/mewna/catnip/entity/impl/interaction/InteractionMemberImpl.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,10 @@ public long guildIdAsLong() {
9393
public long idAsLong() {
9494
return delegate.idAsLong();
9595
}
96+
97+
@Nullable
98+
@Override
99+
public String avatarHash() {
100+
return delegate.avatarHash();
101+
}
96102
}

0 commit comments

Comments
 (0)