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.
1 parent ce1e1ef commit aec7af3Copy full SHA for aec7af3
README.md
@@ -25,7 +25,7 @@ public class Example
25
Players player = mee.getPlayer("157692073699573761");
26
27
//An output of their level
28
- System.out.println(player != null ? player.getLevel() ? "MEE6 API has no record of this member");
+ System.out.println(player != null ? player.getLevel() : "MEE6 API has no record of this member");
29
}
30
31
```
0 commit comments