-
![image](https://user-images.githubusercontent.com/64920686/132757092-04f68f8f-4c00-48b2-ab2e-86dfe30a3340.png)
For additional clarity, can we adjust the text to say "Search for Users by their Us…
-
### Prerequisites
- [X] I made sure I am running the latest [development build](https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts)
- [X] I tried to [look for similar iss…
-
Embed should show a visual representation of the game state.
Consider the [images on Wikipedia](https://en.wikipedia.org/wiki/Hangman_(game)#Example_game).
-
### Prerequisites
- [X] I made sure I am running the latest [development build](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest)
- [X] I tried to [look for similar issues](https:/…
-
The link of the pokemon is visible
![Capture](https://user-images.githubusercontent.com/83284294/194473603-7ba664f7-76b7-46e2-aec7-26d17513daf0.PNG)
-
The package doesnt work with djs v13
-
Make the streak, wins and losses fields inline:
| Streak | Wins | Losses |
|-|-|-|
| x | y | z |
-
20 min
![image](https://user-images.githubusercontent.com/23276305/154549166-d7dadf3c-6db9-4371-b907-39fe522a65ee.png)
-
-
for (let button of buttons) {
button.addEventListener("click", function () {
let sourceType = this.innerHTML;
newGame(sourceType);
});
}