Skip to content

Commit

Permalink
Update UserObject.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jalpp authored Dec 25, 2023
1 parent 1dda6de commit 3e381ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Abstraction/Player/UserObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public PlayerStats getChessComStats() throws ChessComPubApiException, IOExceptio
}

public void setUserAgent(){
playerClient.setUserAgent("LISEBOT; username: fireineyesloveinheart; contact: [email protected]");
playerClient.setUserAgent("your-app; username: your-username; contact: your-email");

}

Expand Down

0 comments on commit 3e381ec

Please sign in to comment.