Reintroduced twitch API settings

Added twitch-emoticons support, began initial work of adding twitch emoticons to twitch chat
This commit is contained in:
Tzahi12345
2023-05-29 21:42:13 -04:00
parent 398b2c0e1c
commit 1d53f6b1b6
8 changed files with 71 additions and 4 deletions

View File

@@ -208,6 +208,9 @@ const DEFAULT_CONFIG = {
"API_key": "",
"use_youtube_API": false,
"youtube_API_key": "",
"use_twitch_API": false,
"twitch_client_ID": "",
"twitch_client_secret": "",
"twitch_auto_download_chat": false,
"use_sponsorblock_API": false,
"generate_NFO_files": false,