Rename src/main.py -> bot.py
parent
a71795424f
commit
466c82ec25
|
@ -11,9 +11,9 @@ pip install -r requirements.txt
|
|||
|
||||
- On the last line, replace `TOKEN` with your bot token
|
||||
|
||||
- Then, run the `main.py`file:
|
||||
- Then, run the `bot.py`file:
|
||||
```sh
|
||||
python3 main.py
|
||||
python3 bot.py
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue