block_user
Prevent a player from interacting with you by blocking their username on Lichess, ensuring a focused and uninterrupted chess experience.
Instructions
Block a player
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Username of the player to block |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "Username of the player to block",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}