.env example
This commit is contained in:
parent
e981d51fb1
commit
45cb5c21ea
2 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,7 @@ Install necessary packages:
|
||||||
python3 -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Create `.env` file in `src` folder.
|
Rename `.envexample` file in `.env` inside `src` folder, then open the file and complete the fields, there is an explanation below:
|
||||||
|
|
||||||
Open `.env` and insert the following fields:
|
|
||||||
|
|
||||||
| Field | Explanation |
|
| Field | Explanation |
|
||||||
|----------------|-----------------------------------------------------------------------------------------------------------|
|
|----------------|-----------------------------------------------------------------------------------------------------------|
|
||||||
|
|
4
src/.envexample
Normal file
4
src/.envexample
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
ACCESS_TOKEN=
|
||||||
|
PREFIX=
|
||||||
|
CHANNEL=
|
||||||
|
DISCORD=
|
Loading…
Reference in a new issue