From 30a4b70976331e23ec538a58c8b3339e1d7d15ee Mon Sep 17 00:00:00 2001 From: Dennis Klein <github@dnns01.de> Date: Wed, 4 Nov 2020 23:16:41 +0100 Subject: [PATCH] Changed title and description in README.md as well as some additions in Configuration section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69b5490..5a5aee3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# TwitchHausGeist -This Twitch Bot offers two different usages. +# HaugeBot +A Twitch Bot for channel DerHauge. ### Vote Bot @@ -51,6 +51,8 @@ as the `hausgeist.py` file. This file must look like this: # General IRC_TOKEN=<OAuth Token to be used for login. Can be generated by using https://twitchapps.com/tmi/> + CLIENT_ID=<Client ID that can be created by creating a twitch app at https://dev.twitch.tv/console/apps/create> + CLIENT_SECRET=<Client Secret that can be created by creating a twitch app at https://dev.twitch.tv/console/apps/create> NICK=<Nick of the user the OAuth Token was generated for> CHANNEL=<Channel that should be entered> PREFIX=<Prefix for commands. In this case it is !> -- GitLab