mirror of
https://github.com/CAG2Mark/SuperUserBot.git
synced 2024-12-25 22:46:09 +01:00
update readme
This commit is contained in:
parent
1e51bd7bd3
commit
b629c07501
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ Install the dependencies:
|
|||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
Put your token into a .env file:
|
||||
```
|
||||
echo "YOUR TOKEN" > .env
|
||||
```
|
||||
Run the bot:
|
||||
```
|
||||
python3 main.py
|
Loading…
Reference in a new issue