add config examples

This commit is contained in:
gempir 2021-09-28 10:39:52 +02:00
parent 837080609c
commit c768323fb0
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ docker run -p 8025:8025 --restart=unless-stopped --user $(id -u):$(id -g) -v $PW
"adminAPIKey": "noshot", // your secret api key to access the admin api (documented below)
"username": "gempbot", // bot username (can be justinfan123123 if you don't want to use an account)
"oauth": "oauthtokenforchat", // bot token can be anything if justinfan123123
"botVerified": true, // increase ratelimits if you have a verified bot, so the bot can join faster, false by default
"clientID": "mytwitchclientid", // your client ID, needed for fetching userids or usernames etc
"clientSecret": "mysecret", // your twitch client secret
"logLevel": "info", // the log level, keep this to info probably

View file

@ -4,6 +4,7 @@
"adminAPIKey": "noshot",
"username": "gempbot",
"oauth": "oauthtokenforchat",
"botVerified": true,
"clientID": "mytwitchclientid",
"clientSecret": "mysecret",
"logLevel": "info",