From b1c7c7ce5f4156d76dd091f911f6cd486aa30475 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 20 Sep 2024 12:25:57 +0300 Subject: [PATCH] readme section about twitch-cid.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6706c60..5a411e8 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ Besides the main four, anyway, your best bet would be to create an **external** ### Why is there a `twitch-cid.txt` file in the `auth/` directory? -This is the Client ID corresponding to the [Twitch Chat OAuth Password Generator](https://twitchapps.com/tmi/) website. Id you generate a Twitch token through it, you'll need this ID for external Twitch API such as badges to work correctly. +This is the Twitch client ID corresponding to the [Twitch Chat OAuth Password Generator](https://twitchapps.com/tmi/) website. If you generate a Twitch token through it, you'll need this ID for external Twitch API such as badges to work correctly. Twitch client IDs are not considered secrets and can be included in the source code.