From 6c8966e92de629c7b87c53585852eb0434e35ece Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 18 Jan 2021 23:19:54 +0000 Subject: [PATCH] Add new env variable to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2a224c..c38a133 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Setup the following environment variables: - Loop will increment the hue value through the spectrum and loop. - `TWITCH_BOT_INTERVAL` - Time between color changes in seconds. Default 10 seconds. +- `TWITCH_BOT_DEFAULT_COLOR` + - Default username color that is used initially and set on program exit. Default is #F1C40F. ## Running locally