mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[docs] Update README and funding
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2a322e5803
commit
96140670a7
2 changed files with 2 additions and 0 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
custom: [ "https://www.paypal.me/luzifer", "https://twitch.tv/luziferus" ]
|
||||||
github: [ Luzifer ]
|
github: [ Luzifer ]
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -20,6 +20,7 @@ Usage of twitch-bot:
|
||||||
--command-timeout duration Timeout for command execution (default 30s)
|
--command-timeout duration Timeout for command execution (default 30s)
|
||||||
-c, --config string Location of configuration file (default "./config.yaml")
|
-c, --config string Location of configuration file (default "./config.yaml")
|
||||||
--log-level string Log level (debug, info, warn, error, fatal) (default "info")
|
--log-level string Log level (debug, info, warn, error, fatal) (default "info")
|
||||||
|
--plugin-dir string Where to find and load plugins (default "/usr/lib/twitch-bot")
|
||||||
--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)
|
--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")
|
--storage-file string Where to store the data (default "./storage.json.gz")
|
||||||
--twitch-client string Client ID to act as
|
--twitch-client string Client ID to act as
|
||||||
|
|
Loading…
Reference in a new issue