We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7da14d1 + ceb2f54 commit f868f2aCopy full SHA for f868f2a
src/main/java/net/javadiscord/javabot/systems/help/model/HelpAccount.java
@@ -9,6 +9,8 @@
9
import org.jetbrains.annotations.NotNull;
10
import org.jetbrains.annotations.Nullable;
11
12
+import com.fasterxml.jackson.annotation.JsonIgnore;
13
+
14
import java.util.Comparator;
15
import java.util.Map;
16
import java.util.Optional;
@@ -19,6 +21,7 @@
19
21
@Data
20
22
@RequiredArgsConstructor
23
public class HelpAccount {
24
+ @JsonIgnore
25
private final BotConfig botConfig;
26
private long userId;
27
private double experience;
0 commit comments