From 950c6e5ed5d2fb0c669ab690d8dd2f2d77a153a1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 22 Apr 2021 00:39:18 +0200 Subject: [PATCH] Update README for new flags Signed-off-by: Knut Ahlers --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a9df91..8ad8793 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ Please see the [Wiki](https://github.com/Luzifer/twitch-bot/wiki) for documentat ```console # twitch-bot --help Usage of twitch-bot: - -c, --config string Location of configuration file (default "./config.yaml") - --log-level string Log level (debug, info, warn, error, fatal) (default "info") - --storage-file string Where to store the data (default "./storage.json.gz") - --twitch-client string Client ID to act as - --twitch-token string OAuth token valid for client - --version Prints current version and exits + --command-timeout duration Timeout for command execution (default 30s) + -c, --config string Location of configuration file (default "./config.yaml") + --log-level string Log level (debug, info, warn, error, fatal) (default "info") + --rate-limit duration How often to send a message (default: 20/30s=1500ms, if your bot is mod everywhere: 100/30s=300ms, different for known/verified bots) (default 1.5s) + --storage-file string Where to store the data (default "./storage.json.gz") + --twitch-client string Client ID to act as + --twitch-token string OAuth token valid for client + --version Prints current version and exits ```