From 19eef4b4bab817cc7825926e0255d86d3e729012 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 27 Jul 2021 21:56:02 +0200 Subject: [PATCH] better explanations --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 335d8bb..ef78a50 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ python3 -m pip install -r requirements.txt Rename `.envexample` file in `.env` inside `src` folder, then open the file and complete the fields, there is an explanation below: -| Field | Explanation | +| Field | Explanation | |----------------|-----------------------------------------------------------------------------------------------------------| -| `ACCESS_TOKEN` | Access token you can take [here](https://twitchtokengenerator.com/) (be sure you selected Bot Chat Token) | -| `PREFIX` | Prefix you want to use for your bot | -| `CHANNEL` | The name of the your Twitch channel you want the bot to run at (separate by comma) | -| `DISCORD` | Link to your discord server | +| `ACCESS_TOKEN` | Access token of the account you created for your bot that you can take [here](https://twitchtokengenerator.com/) (be sure you selected Bot Chat Token) | +| `PREFIX` | Prefix you want to use for your bot | +| `CHANNEL` | The name of the your Twitch channel you want the bot to run at (separate by comma) | +| `DISCORD` | Link to your discord server | Start Bot: