Grammarly

This commit is contained in:
nin0dev 2024-06-17 19:24:50 -04:00
parent 62b4080635
commit cbaef0c7a0

View file

@ -14,7 +14,7 @@ You run the server by:
You can send raw text to the WS server. This text is in form of commands: You can send raw text to the WS server. This text is in form of commands:
- `GET` will reply with a message response too; - `GET` will reply with a message response;
- `MSG {token} {message}` will set the message and broadcast it to all logged-in clients; - `MSG {token} {message}` will set the message and broadcast it to all logged-in clients;
- `CLEAR {token}` will clear the current message. - `CLEAR {token}` will clear the current message.