forked from jocadbz/os-release-bot
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
|
- On the last line, replace `TOKEN` with your bot token
|
||||||
|
|
||||||
- Then, run the `main.py`file:
|
- Then, run the `bot.py`file:
|
||||||
```sh
|
```sh
|
||||||
python3 main.py
|
python3 bot.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,4 +22,4 @@ python3 main.py
|
||||||
As this bot is made for one discord server, most things on it are hardcoded.
|
As this bot is made for one discord server, most things on it are hardcoded.
|
||||||
For this bot to work, you might need to replace a big part of the code.
|
For this bot to work, you might need to replace a big part of the code.
|
||||||
|
|
||||||
Any use of this bot outside of Linux General is not mine and Bodge's responsability.
|
Any use of this bot outside of Linux General is not mine and Bodge's responsability.
|
||||||
|
|
Loading…
Reference in New Issue