better explanations
This commit is contained in:
parent
45cb5c21ea
commit
19eef4b4ba
1 changed files with 5 additions and 5 deletions
10
README.md
10
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:
|
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) |
|
| `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 |
|
| `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) |
|
| `CHANNEL` | The name of the your Twitch channel you want the bot to run at (separate by comma) |
|
||||||
| `DISCORD` | Link to your discord server |
|
| `DISCORD` | Link to your discord server |
|
||||||
|
|
||||||
Start Bot:
|
Start Bot:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue