From 38c9e2f9baa7cf026656f9a09173366273279d1a Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 17 Sep 2023 15:17:36 +0200 Subject: [PATCH] Add key types --- docs/v0.0.1/classes/TeeworldsClient.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v0.0.1/classes/TeeworldsClient.md b/docs/v0.0.1/classes/TeeworldsClient.md index 2861cf4..c0e189c 100644 --- a/docs/v0.0.1/classes/TeeworldsClient.md +++ b/docs/v0.0.1/classes/TeeworldsClient.md @@ -375,8 +375,8 @@ client.send_chat('hello world!') **Parameter: Hash** Available keys: -- `:verbose` enables verbose output. -- `:config` path to autoexec.cfg file. As of right now only those commands are supported: +- `:verbose [Boolean]` enables verbose output. +- `:config [String]` path to autoexec.cfg file. As of right now only those commands are supported: + `password [yourpassword]` will be sent on connect + `echo [message]` prints a message + `quit` quits the client